aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_integration.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests/test_integration.py')
-rw-r--r--setuptools/tests/test_integration.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/setuptools/tests/test_integration.py b/setuptools/tests/test_integration.py
index 1c574020..04772ba5 100644
--- a/setuptools/tests/test_integration.py
+++ b/setuptools/tests/test_integration.py
@@ -7,14 +7,7 @@ import glob
import os
import sys
-try:
- from setuptools._vendor.six.moves import urllib
-except ImportError:
- # fallback to naturally-installed version; allows system packagers to
- # omit vendored packages.
- from six.moves import urllib
-
-
+from setuptools.extern.six.moves import urllib
import pytest
from setuptools.command.easy_install import easy_install