summaryrefslogtreecommitdiff
path: root/pkg_resources/extern/__init__.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-01-04 20:15:55 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-01-04 20:15:55 -0500
commita2484bd0b21ddd984823067dc2c4fbcdf0bc70e6 (patch)
tree3e5f2252c683ee750457f4e35cd71b984c58fe15 /pkg_resources/extern/__init__.py
parentf81c6c36c062d40834cee8add4947c211e5e152c (diff)
downloadpython-setuptools-git-a2484bd0b21ddd984823067dc2c4fbcdf0bc70e6.tar.gz
Move six to pkg_resources for use there.
--HG-- branch : feature/issue-229
Diffstat (limited to 'pkg_resources/extern/__init__.py')
-rw-r--r--pkg_resources/extern/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/extern/__init__.py b/pkg_resources/extern/__init__.py
index 5e81c0bb..317f4b8d 100644
--- a/pkg_resources/extern/__init__.py
+++ b/pkg_resources/extern/__init__.py
@@ -67,5 +67,5 @@ class VendorImporter:
if self not in sys.meta_path:
sys.meta_path.append(self)
-names = 'packaging',
+names = 'packaging', 'six'
VendorImporter(__name__, names).install()