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" |