Plugins/UiExtensionPlugins/PipInterface/__init__.py

changeset 6253
a148632e9610
parent 6048
82ad8ec9548c
child 6257
4523c5e6dd43
equal deleted inserted replaced
6250:71b951449f33 6253:a148632e9610
7 Package implementing the various pip dialogs and data. 7 Package implementing the various pip dialogs and data.
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 DefaultIndexUrl = "https://pypi.python.org/pypi" 12 DefaultPyPiUrl = "https://pypi.org"
13 DefaultIndexUrl = DefaultPyPiUrl + "/pypi"

eric ide

mercurial