Plugins/UiExtensionPlugins/PipInterface/__init__.py

changeset 6257
4523c5e6dd43
parent 6253
a148632e9610
child 6645
ad476851d7e0
equal deleted inserted replaced
6253:a148632e9610 6257:4523c5e6dd43
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 DefaultPyPiUrl = "https://pypi.org" 12 DefaultPyPiUrl = "https://pypi.org"
13 DefaultIndexUrl = DefaultPyPiUrl + "/pypi" 13 DefaultIndexUrlXml = DefaultPyPiUrl + "/pypi"
14 DefaultIndexUrlPip = DefaultPyPiUrl + "/simple"

eric ide

mercurial