summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/ccompiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/ccompiler.py')
-rw-r--r--Lib/distutils/ccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/ccompiler.py b/Lib/distutils/ccompiler.py
index f1a50cb..5a0641e 100644
--- a/Lib/distutils/ccompiler.py
+++ b/Lib/distutils/ccompiler.py
@@ -923,7 +923,7 @@ class CCompiler:
log.debug(msg)
def debug_print (self, msg):
- from distutils.core import DEBUG
+ from distutils.debug import DEBUG
if DEBUG:
print msg