summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_clib.py
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-01-23 09:23:15 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-01-23 09:23:15 (GMT)
commit5633a8048fd8d59c9b23c98fb7e6419689b06316 (patch)
treee87ecd54a7197d6cd69ef0d82ae7dd7f8941c9a9 /Lib/distutils/command/build_clib.py
parentc3b0cd75b22aa09bd849a74fb92e22ba831dfcd4 (diff)
downloadcpython-5633a8048fd8d59c9b23c98fb7e6419689b06316.zip
cpython-5633a8048fd8d59c9b23c98fb7e6419689b06316.tar.gz
cpython-5633a8048fd8d59c9b23c98fb7e6419689b06316.tar.bz2
taking sysconfig out of 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 50b64db..8d49de7 100644
--- a/Lib/distutils/command/build_clib.py
+++ b/Lib/distutils/command/build_clib.py
@@ -19,7 +19,7 @@ __revision__ = "$Id$"
import os
from distutils.core import Command
from distutils.errors import DistutilsSetupError
-from distutils.sysconfig import customize_compiler
+from distutils.ccompiler import customize_compiler
from distutils import log
def show_compilers():