commit | 5633a8048fd8d59c9b23c98fb7e6419689b06316 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Jan 23 09:23:15 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Jan 23 09:23:15 2010 +0000 |
tree | e87ecd54a7197d6cd69ef0d82ae7dd7f8941c9a9 | |
parent | c3b0cd75b22aa09bd849a74fb92e22ba831dfcd4 [diff] [blame] |
taking sysconfig out of distutils
diff --git a/Lib/distutils/command/config.py b/Lib/distutils/command/config.py index b084913..da8da59 100644 --- a/Lib/distutils/command/config.py +++ b/Lib/distutils/command/config.py
@@ -16,7 +16,7 @@ from distutils.core import Command from distutils.errors import DistutilsExecError -from distutils.sysconfig import customize_compiler +from distutils.ccompiler import customize_compiler from distutils import log LANG_EXT = {'c': '.c', 'c++': '.cxx'}