aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-11 10:28:36 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-11 10:28:36 -0500
commit6b8c9181fbb0ef5b223ba45ed361991c601d1d13 (patch)
tree69c2ef490539d25c687645fbe3af96a10ce3cf0c /setuptools/package_index.py
parentdacc24690e7c8503744ce433aae6dd74a50e2337 (diff)
downloadexternal_python_setuptools-6b8c9181fbb0ef5b223ba45ed361991c601d1d13.tar.gz
external_python_setuptools-6b8c9181fbb0ef5b223ba45ed361991c601d1d13.tar.bz2
external_python_setuptools-6b8c9181fbb0ef5b223ba45ed361991c601d1d13.zip
Get filter 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 00ce3ea5..095688f9 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -20,7 +20,7 @@ from setuptools.compat import (urllib2, httplib, StringIO, HTTPError,
urlparse, urlunparse, unquote, splituser,
url2pathname, name2codepoint,
unichr, urljoin, urlsplit, urlunsplit,
- ConfigParser)
+ ConfigParser, filter)
from setuptools.compat import filterfalse
from fnmatch import translate
from setuptools.py26compat import strip_fragment