Plugins/UiExtensionPlugins/PipInterface/__init__.py

Tue, 17 Apr 2018 19:11:51 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 17 Apr 2018 19:11:51 +0200
changeset 6253
a148632e9610
parent 6048
82ad8ec9548c
child 6257
4523c5e6dd43
permissions
-rw-r--r--

pip interface plugin: fixed issues with the pip interface after they moved the index to the new site (pypi.org).

# -*- coding: utf-8 -*-

# Copyright (c) 2015 - 2018 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the various pip dialogs and data.
"""

from __future__ import unicode_literals

DefaultPyPiUrl = "https://pypi.org"
DefaultIndexUrl = DefaultPyPiUrl + "/pypi"

eric ide

mercurial