diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-27 10:56:38 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-27 10:56:38 -0400 |
| commit | 9e814c4b6e64be648f4444e07a52400263d732b6 (patch) | |
| tree | de251a977b8b7f32f45c3b56a53fe156d117ffa6 | |
| parent | 1535d29c523a5207614adf7e1af9db1411a95a79 (diff) | |
| download | python-setuptools-git-9e814c4b6e64be648f4444e07a52400263d732b6.tar.gz | |
Get six from externs
| -rw-r--r-- | setuptools/py36compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/py36compat.py b/setuptools/py36compat.py index b3056a47..fb813865 100644 --- a/setuptools/py36compat.py +++ b/setuptools/py36compat.py @@ -3,7 +3,7 @@ from distutils.errors import DistutilsOptionError from distutils.util import strtobool from distutils.debug import DEBUG -import six +from setuptools.extern import six class Distribution_parse_config_files: |
