diff options
| author | Tarek Ziade <tarek@ziade.org> | 2010-10-25 02:00:47 +0200 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2010-10-25 02:00:47 +0200 |
| commit | 3a2f924196e82ff2c2bdcff9188357c509c41320 (patch) | |
| tree | 515387487062dcf19b21d0cbe9408e130dee98ed /distutils2/command/build_ext.py | |
| parent | 5dbdebe52132f6dbfbf63919a20fa339624a0cb6 (diff) | |
| download | disutils2-3a2f924196e82ff2c2bdcff9188357c509c41320.tar.gz | |
removed core.py
Diffstat (limited to 'distutils2/command/build_ext.py')
| -rw-r--r-- | distutils2/command/build_ext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/command/build_ext.py b/distutils2/command/build_ext.py index cb4f691..4bfc6d7 100644 --- a/distutils2/command/build_ext.py +++ b/distutils2/command/build_ext.py @@ -9,7 +9,7 @@ import sys, os, re from warnings import warn from distutils2.util import get_platform -from distutils2.core import Command +from distutils2.command.cmd import Command from distutils2.errors import (CCompilerError, CompileError, DistutilsError, DistutilsPlatformError, DistutilsSetupError) from distutils2.compiler.ccompiler import customize_compiler |
