aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/package_index.py')
-rwxr-xr-xsetuptools/package_index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index 76d53d11..1665bd37 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -163,6 +163,7 @@ class PackageIndex(Environment):
return # don't need the actual page
if not self.url_ok(url):
+ self.fetched_urls[url] = True
return
self.info("Reading %s", url)
@@ -202,7 +203,6 @@ class PackageIndex(Environment):
-
def process_index(self,url,page):
"""Process the contents of a PyPI page"""