summaryrefslogtreecommitdiff
path: root/setuptools/command
diff options
context:
space:
mode:
authorStefan H. Holek <stefan@epy.co.at>2012-11-12 13:56:00 +0100
committerStefan H. Holek <stefan@epy.co.at>2012-11-12 13:56:00 +0100
commit9a239a47a07439f7b932ab4b4f8089b178bb9eb8 (patch)
tree6a801b64d651220e70b218fbbb411f18e320f28b /setuptools/command
parent1eb56da5e6b768414631c8854d7499ab89d975bb (diff)
downloadpython-setuptools-bitbucket-9a239a47a07439f7b932ab4b4f8089b178bb9eb8.tar.gz
Rid unused import.
Diffstat (limited to 'setuptools/command')
-rw-r--r--setuptools/command/upload_docs.py1
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: