diff options
Diffstat (limited to 'setuptools/command/upload_docs.py')
-rw-r--r-- | setuptools/command/upload_docs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/upload_docs.py b/setuptools/command/upload_docs.py index 41d7f055..98fb7233 100644 --- a/setuptools/command/upload_docs.py +++ b/setuptools/command/upload_docs.py @@ -18,7 +18,6 @@ from base64 import standard_b64encode from pkg_resources import iter_entry_points from distutils import log -from distutils.errors import DistutilsError from distutils.errors import DistutilsOptionError try: |