aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_pypi.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pypi.py')
-rw-r--r--tests/test_pypi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_pypi.py b/tests/test_pypi.py
index b3425e53..173b2c87 100644
--- a/tests/test_pypi.py
+++ b/tests/test_pypi.py
@@ -2,8 +2,8 @@ import os
import subprocess
import virtualenv
-from setuptools.extern.six.moves import http_client
-from setuptools.extern.six.moves import xmlrpc_client
+from six.moves import http_client
+from six.moves import xmlrpc_client
TOP = 200
PYPI_HOSTNAME = 'pypi.python.org'