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 199996e8..df39b299 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -465,7 +465,7 @@ class PackageIndex(Environment):
elif sf_url:
page = ''.join(list(file))
if '?use_mirror=' in page:
- file.close();
+ file.close()
os.unlink(filename)
return self._download_sourceforge(url, page, tmpdir)
break # not an index page