summaryrefslogtreecommitdiff
path: root/setuptools/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 /setuptools/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 'setuptools/extern/__init__.py')
-rw-r--r--setuptools/extern/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/extern/__init__.py b/setuptools/extern/__init__.py
index 7a0c5780..6859aa5b 100644
--- a/setuptools/extern/__init__.py
+++ b/setuptools/extern/__init__.py
@@ -2,4 +2,4 @@ from pkg_resources.extern import VendorImporter
names = 'six',
-VendorImporter(__name__, names).install()
+VendorImporter(__name__, names, 'pkg_resources._vendor').install()