taking sysconfig out of distutils

This commit is contained in:
Tarek Ziadé 2010-01-23 09:23:15 +00:00
parent c3b0cd75b2
commit 5633a8048f
35 changed files with 1189 additions and 1006 deletions

View file

@ -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():