appears to be working

This commit is contained in:
2018-01-16 09:40:59 -05:00
parent a975318e21
commit e29d7ee45e
+5 -5
View File
@@ -278,11 +278,11 @@ def get_default_indexes():
indexes = []
# Support for PIP_INDEX_URL.
if 'PIP_INDEX_URL' in os.environ:
indexes.append(os.environ['PIP_INDEX_URL'])
# Support for config file.
# Support for PIP_INDEX_URL.
if 'PIP_INDEX_URL' in os.environ:
indexes.append(os.environ['PIP_INDEX_URL'])
# Support for config file.
p = index.PackageIndex()
p.read_configuration()