aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-01-16 06:54:00 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-01-16 06:54:00 -0500
commit8af3b6ef5b4173a0d0d6735147c98c882ae98344 (patch)
tree18ccd57b03f7e00967f59a72d9ccd13172825b55 /setuptools/package_index.py
parent0f590c0d72709128f32c23437fe0183386c69d1c (diff)
downloadexternal_python_setuptools-8af3b6ef5b4173a0d0d6735147c98c882ae98344.tar.gz
external_python_setuptools-8af3b6ef5b4173a0d0d6735147c98c882ae98344.tar.bz2
external_python_setuptools-8af3b6ef5b4173a0d0d6735147c98c882ae98344.zip
Always use Python 3 version of map
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 ea136c09..c53343e4 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -15,7 +15,7 @@ except ImportError:
from urllib2 import splituser
from setuptools.extern import six
-from setuptools.extern.six.moves import urllib, http_client, configparser
+from setuptools.extern.six.moves import urllib, http_client, configparser, map
from pkg_resources import (
CHECKOUT_DIST, Distribution, BINARY_DIST, normalize_path, SOURCE_DIST,