diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-04 20:15:55 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-04 20:15:55 -0500 |
| commit | a2484bd0b21ddd984823067dc2c4fbcdf0bc70e6 (patch) | |
| tree | 3e5f2252c683ee750457f4e35cd71b984c58fe15 /setuptools/extern | |
| parent | f81c6c36c062d40834cee8add4947c211e5e152c (diff) | |
| download | python-setuptools-git-a2484bd0b21ddd984823067dc2c4fbcdf0bc70e6.tar.gz | |
Move six to pkg_resources for use there.
--HG--
branch : feature/issue-229
Diffstat (limited to 'setuptools/extern')
| -rw-r--r-- | setuptools/extern/__init__.py | 2 |
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() |
