aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-25 15:29:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-25 15:29:32 -0400
commit15ec728e9673000db2fca0c5407f2001ad15f97f (patch)
treedbce515aa8c9d9b0cb7acb084de02d31823fcf2a /setuptools/package_index.py
parentcc51ff77f4914497a98b7223723995f05e8ab1a1 (diff)
parentc12b3db412210faa982134dce22b5e6ddad31bba (diff)
downloadexternal_python_setuptools-15ec728e9673000db2fca0c5407f2001ad15f97f.tar.gz
external_python_setuptools-15ec728e9673000db2fca0c5407f2001ad15f97f.tar.bz2
external_python_setuptools-15ec728e9673000db2fca0c5407f2001ad15f97f.zip
Merge with Distribute 0.6.43
--HG-- rename : distribute_setup.py => ez_setup.py
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 133677e8..4f39c70a 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -12,7 +12,7 @@ try:
except ImportError:
from md5 import md5
from fnmatch import translate
-from .py24compat import wraps
+from setuptools.py24compat import wraps
from setuptools.py27compat import get_all_headers
EGG_FRAGMENT = re.compile(r'^egg=([-A-Za-z0-9_.]+)$')