aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/sandbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/sandbox.py')
-rwxr-xr-xsetuptools/sandbox.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/sandbox.py b/setuptools/sandbox.py
index 14f18d74..f99c13c4 100755
--- a/setuptools/sandbox.py
+++ b/setuptools/sandbox.py
@@ -9,8 +9,8 @@ import contextlib
import pickle
import textwrap
-import six
-from six.moves import builtins, map
+from setuptools.extern import six
+from setuptools.extern.six.moves import builtins, map
import pkg_resources