diff options
| author | tarek <devnull@localhost> | 2010-02-21 22:33:29 -0500 |
|---|---|---|
| committer | tarek <devnull@localhost> | 2010-02-21 22:33:29 -0500 |
| commit | 9afb263036afa5b38d15591448b5ed7c49162e82 (patch) | |
| tree | 2991d13cc2a57602246882d668977df333f867d9 /src/distutils2/ccompiler.py | |
| parent | dea28b9288bf473c48d05815fcf306399eadc9fe (diff) | |
| download | disutils2-9afb263036afa5b38d15591448b5ed7c49162e82.tar.gz | |
renamed distutils to distutils2 -- wow thanks Rope
Diffstat (limited to 'src/distutils2/ccompiler.py')
| -rw-r--r-- | src/distutils2/ccompiler.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/distutils2/ccompiler.py b/src/distutils2/ccompiler.py index 566707c..3fcd417 100644 --- a/src/distutils2/ccompiler.py +++ b/src/distutils2/ccompiler.py @@ -9,14 +9,14 @@ import sys import os import re -from distutils.errors import (CompileError, LinkError, UnknownFileError, +from distutils2.errors import (CompileError, LinkError, UnknownFileError, DistutilsPlatformError, DistutilsModuleError) -from distutils.spawn import spawn -from distutils.file_util import move_file -from distutils.dir_util import mkpath -from distutils.dep_util import newer_group -from distutils.util import split_quoted, execute -from distutils import log +from distutils2.spawn import spawn +from distutils2.file_util import move_file +from distutils2.dir_util import mkpath +from distutils2.dep_util import newer_group +from distutils2.util import split_quoted, execute +from distutils2 import log _sysconfig = __import__('sysconfig') @@ -909,7 +909,7 @@ main (int argc, char **argv) { log.debug(msg) def debug_print(self, msg): - from distutils.debug import DEBUG + from distutils2.debug import DEBUG if DEBUG: print msg @@ -997,7 +997,7 @@ def show_compilers(): # XXX this "knows" that the compiler option it's describing is # "--compiler", which just happens to be the case for the three # commands that use it. - from distutils.fancy_getopt import FancyGetopt + from distutils2.fancy_getopt import FancyGetopt compilers = [] for compiler in compiler_class.keys(): compilers.append(("compiler="+compiler, None, |
