summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_packageindex.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-01 22:34:28 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-01 22:34:39 -0500
commitff371f18f0076bc63da05334f7e551c1cc29e10d (patch)
treed8e4212c8d53325fb149117c93233727d36b5ce8 /setuptools/tests/test_packageindex.py
parent4c2dc87f5c63333a6f83be217c86f387f9ecd02a (diff)
downloadpython-setuptools-git-ff371f18f0076bc63da05334f7e551c1cc29e10d.tar.gz
Strip out vendored packages and require them instead. Ref #581.
Diffstat (limited to 'setuptools/tests/test_packageindex.py')
-rw-r--r--setuptools/tests/test_packageindex.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/tests/test_packageindex.py b/setuptools/tests/test_packageindex.py
index f09dd78c..d68867c2 100644
--- a/setuptools/tests/test_packageindex.py
+++ b/setuptools/tests/test_packageindex.py
@@ -4,8 +4,8 @@ import sys
import os
import distutils.errors
-from setuptools.extern import six
-from setuptools.extern.six.moves import urllib, http_client
+import six
+from six.moves import urllib, http_client
import pkg_resources
import setuptools.package_index