aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/alias.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/command/alias.py
parent4c2dc87f5c63333a6f83be217c86f387f9ecd02a (diff)
downloadexternal_python_setuptools-ff371f18f0076bc63da05334f7e551c1cc29e10d.tar.gz
external_python_setuptools-ff371f18f0076bc63da05334f7e551c1cc29e10d.tar.bz2
external_python_setuptools-ff371f18f0076bc63da05334f7e551c1cc29e10d.zip
Strip out vendored packages and require them instead. Ref #581.
Diffstat (limited to 'setuptools/command/alias.py')
-rwxr-xr-xsetuptools/command/alias.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/alias.py b/setuptools/command/alias.py
index 4532b1cc..35ece78d 100755
--- a/setuptools/command/alias.py
+++ b/setuptools/command/alias.py
@@ -1,6 +1,6 @@
from distutils.errors import DistutilsOptionError
-from setuptools.extern.six.moves import map
+from six.moves import map
from setuptools.command.setopt import edit_config, option_base, config_file