summaryrefslogtreecommitdiff
path: root/pkg_resources/__init__.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-01-02 15:23:48 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-01-02 15:23:48 -0500
commit2dc55bc1a9904ffd44d4cd5a3c83c7a1f12c75ec (patch)
tree754d0ab503b455ee6e3ae9c16c388eabe71598a1 /pkg_resources/__init__.py
parenta76f5c03136f0c69e8c366bf4069ec8d89d85da7 (diff)
downloadpython-setuptools-git-2dc55bc1a9904ffd44d4cd5a3c83c7a1f12c75ec.tar.gz
Combine separate VendorImporters into a single one in pkg_resources.extern
--HG-- branch : feature/issue-229
Diffstat (limited to 'pkg_resources/__init__.py')
-rw-r--r--pkg_resources/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py
index 82382962..f55c8abe 100644
--- a/pkg_resources/__init__.py
+++ b/pkg_resources/__init__.py
@@ -87,7 +87,6 @@ try:
except ImportError:
pass
-
from pkg_resources.extern import packaging
__import__('pkg_resources.extern.packaging.version')
__import__('pkg_resources.extern.packaging.specifiers')