summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_clib.py
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-12-21 01:49:00 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-12-21 01:49:00 (GMT)
commit88e2c5d35a9ce74e779bfc5cb38624bef49c695f (patch)
treec9b8985c220a5d99d1caae8c25c8d654be47bac0 /Lib/distutils/command/build_clib.py
parent8b9361a26df8b336d08de6a59387c56be520591f (diff)
downloadcpython-88e2c5d35a9ce74e779bfc5cb38624bef49c695f.zip
cpython-88e2c5d35a9ce74e779bfc5cb38624bef49c695f.tar.gz
cpython-88e2c5d35a9ce74e779bfc5cb38624bef49c695f.tar.bz2
Merged revisions 76956 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76956 | tarek.ziade | 2009-12-21 02:22:46 +0100 (Mon, 21 Dec 2009) | 1 line massive import cleaning in Distutils ........
Diffstat (limited to 'Lib/distutils/command/build_clib.py')
-rw-r--r--Lib/distutils/command/build_clib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/build_clib.py b/Lib/distutils/command/build_clib.py
index 258d7c1..12bf1d2 100644
--- a/Lib/distutils/command/build_clib.py
+++ b/Lib/distutils/command/build_clib.py
@@ -18,7 +18,7 @@ __revision__ = "$Id$"
import os
from distutils.core import Command
-from distutils.errors import *
+from distutils.errors import DistutilsSetupError
from distutils.sysconfig import customize_compiler
from distutils import log