diff options
Diffstat (limited to 'command/build_clib.py')
| -rw-r--r-- | command/build_clib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/build_clib.py b/command/build_clib.py index 12bf1d2f..4c6443ca 100644 --- a/command/build_clib.py +++ b/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(): |
