summaryrefslogtreecommitdiff
path: root/pkg_resources/tests/test_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_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_resources.py')
-rw-r--r--pkg_resources/tests/test_resources.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg_resources/tests/test_resources.py b/pkg_resources/tests/test_resources.py
index 00ca7426..f28378b9 100644
--- a/pkg_resources/tests/test_resources.py
+++ b/pkg_resources/tests/test_resources.py
@@ -5,10 +5,10 @@ import sys
import string
import platform
-from pkg_resources.extern.six.moves import map
+from six.moves import map
import pytest
-from pkg_resources.extern import packaging
+import packaging
import pkg_resources
from pkg_resources import (parse_requirements, VersionConflict, parse_version,