aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-11 10:37:09 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-11 10:37:09 -0500
commit6a10b4afbad5dca346b7fc7a5d8bb6d08d3286b2 (patch)
tree0107dd8a18a5b49e83ca670df93aefa870895f8b /setuptools/package_index.py
parente99626c4eadf2e45ca5d729aaa3a5b4bb667536b (diff)
downloadexternal_python_setuptools-6a10b4afbad5dca346b7fc7a5d8bb6d08d3286b2.tar.gz
external_python_setuptools-6a10b4afbad5dca346b7fc7a5d8bb6d08d3286b2.tar.bz2
external_python_setuptools-6a10b4afbad5dca346b7fc7a5d8bb6d08d3286b2.zip
Also use map from the future
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 b0837628..7c071457 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -20,7 +20,7 @@ from distutils.errors import DistutilsError
from setuptools.compat import (
urllib2, httplib, StringIO, HTTPError, urlparse, urlunparse, unquote,
splituser, url2pathname, name2codepoint, unichr, urljoin, urlsplit,
- urlunsplit, ConfigParser, filter,
+ urlunsplit, ConfigParser, filter, map,
)
from setuptools.compat import filterfalse
from fnmatch import translate