aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/package_index.py')
-rwxr-xr-xsetuptools/package_index.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index 3544dd54..faef5377 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -14,8 +14,8 @@ try:
except ImportError:
from urllib2 import splituser
-import six
-from six.moves import urllib, http_client, configparser, map
+from setuptools.extern import six
+from setuptools.extern.six.moves import urllib, http_client, configparser, map
import setuptools
from pkg_resources import (