aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-11-16 19:18:08 +0000
committerPJ Eby <distutils-sig@python.org>2005-11-16 19:18:08 +0000
commitff0c5cde2b4bd5ca705ede09784584113785c5c3 (patch)
treefcb1a22b36c059852376fa94725fc48593463a3d /setuptools/package_index.py
parent1a44c5da3c8179423740bab0dc6c3d96e56c8263 (diff)
downloadexternal_python_setuptools-ff0c5cde2b4bd5ca705ede09784584113785c5c3.tar.gz
external_python_setuptools-ff0c5cde2b4bd5ca705ede09784584113785c5c3.tar.bz2
external_python_setuptools-ff0c5cde2b4bd5ca705ede09784584113785c5c3.zip
0.6a8 final.
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041459
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