summaryrefslogtreecommitdiff
path: root/pkg_resources/tests/test_pkg_resources.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 /pkg_resources/tests/test_pkg_resources.py
parent4c2dc87f5c63333a6f83be217c86f387f9ecd02a (diff)
downloadpython-setuptools-git-ff371f18f0076bc63da05334f7e551c1cc29e10d.tar.gz
Strip out vendored packages and require them instead. Ref #581.
Diffstat (limited to 'pkg_resources/tests/test_pkg_resources.py')
-rw-r--r--pkg_resources/tests/test_pkg_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/tests/test_pkg_resources.py b/pkg_resources/tests/test_pkg_resources.py
index 49bf7a04..bef914a2 100644
--- a/pkg_resources/tests/test_pkg_resources.py
+++ b/pkg_resources/tests/test_pkg_resources.py
@@ -12,7 +12,7 @@ import stat
import distutils.dist
import distutils.command.install_egg_info
-from pkg_resources.extern.six.moves import map
+from six.moves import map
import pytest