aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-03-20 13:31:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-03-20 13:31:38 -0400
commit00477b5b3e1f42b5ad9cdc553652e04beb675dbb (patch)
tree4c79b9a1c05aa0c77b16e1cb75af2ad0993b3821 /setuptools/package_index.py
parenta631a0700d2ebcc9ee98c91d474f351974cc0b92 (diff)
downloadexternal_python_setuptools-00477b5b3e1f42b5ad9cdc553652e04beb675dbb.tar.gz
external_python_setuptools-00477b5b3e1f42b5ad9cdc553652e04beb675dbb.tar.bz2
external_python_setuptools-00477b5b3e1f42b5ad9cdc553652e04beb675dbb.zip
Remove unused variable
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 963b4b41..c117cb62 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -139,7 +139,7 @@ def interpret_distro_name(
parts = basename.split('-')
if not py_version:
- for i,p in enumerate(parts[2:]):
+ for p in parts[2:]:
if p.match('py\d\.\d'):
# It's a bdist_dumb, not an sdist -- bail out
return