aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/build_ext.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-09 18:50:16 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-09 18:50:16 -0500
commit74c3cea6941fa3789d6ae3873ce260fd4a7dc029 (patch)
treedfc89740c42ccd6491bad907ad50ff18e9daf245 /setuptools/command/build_ext.py
parentc5cbf5fd6a47e022c5ff66545c417b43dfa9a060 (diff)
downloadexternal_python_setuptools-74c3cea6941fa3789d6ae3873ce260fd4a7dc029.tar.gz
external_python_setuptools-74c3cea6941fa3789d6ae3873ce260fd4a7dc029.tar.bz2
external_python_setuptools-74c3cea6941fa3789d6ae3873ce260fd4a7dc029.zip
Remove import *
Diffstat (limited to 'setuptools/command/build_ext.py')
-rw-r--r--setuptools/command/build_ext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/build_ext.py b/setuptools/command/build_ext.py
index 513f9b96..e08131d7 100644
--- a/setuptools/command/build_ext.py
+++ b/setuptools/command/build_ext.py
@@ -20,7 +20,7 @@ except ImportError:
del get_config_var
from distutils.sysconfig import _config_vars as _CONFIG_VARS
from distutils import log
-from distutils.errors import *
+from distutils.errors import DistutilsError
have_rtld = False
use_stubs = False