aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/dist.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-25 14:40:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-08-25 14:40:08 -0400
commitaece98c7d09ab1107ad77d2d4bfbec8d91fca127 (patch)
tree6c73ec1e84390c8164cfa1b5d5164ac9c44c5947 /setuptools/dist.py
parent0c3e350abfd455c6bf2678308cc26bef015b8d48 (diff)
downloadexternal_python_setuptools-aece98c7d09ab1107ad77d2d4bfbec8d91fca127.tar.gz
external_python_setuptools-aece98c7d09ab1107ad77d2d4bfbec8d91fca127.tar.bz2
external_python_setuptools-aece98c7d09ab1107ad77d2d4bfbec8d91fca127.zip
Remove unused imports
Diffstat (limited to 'setuptools/dist.py')
-rw-r--r--setuptools/dist.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setuptools/dist.py b/setuptools/dist.py
index dfce015d..c90f73c2 100644
--- a/setuptools/dist.py
+++ b/setuptools/dist.py
@@ -12,11 +12,7 @@ from distutils.errors import (DistutilsOptionError, DistutilsPlatformError,
DistutilsSetupError)
from setuptools.depends import Require
-from setuptools.command.install import install
-from setuptools.command.sdist import sdist
-from setuptools.command.install_lib import install_lib
from setuptools.compat import numeric_types, basestring
-import setuptools
import pkg_resources
def _get_unpatched(cls):