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 /pkg_resources/extern/__init__.py | |
| 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 'pkg_resources/extern/__init__.py')
| -rw-r--r-- | pkg_resources/extern/__init__.py | 2 |
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() |
