summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/Interactive.py
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2008-09-12 08:14:45 (GMT)
committerGreg Noel <GregNoel@tigris.org>2008-09-12 08:14:45 (GMT)
commitd23fa934f9057475f222c1241ffb22662ce005c2 (patch)
treee7744279f1544fddc060b085c2ca417dd097755e /src/engine/SCons/Script/Interactive.py
parentd89e09084a620e1b8623b9329c2fa29c0e7980df (diff)
downloadSCons-d23fa934f9057475f222c1241ffb22662ce005c2.zip
SCons-d23fa934f9057475f222c1241ffb22662ce005c2.tar.gz
SCons-d23fa934f9057475f222c1241ffb22662ce005c2.tar.bz2
Fix errors that cropped up in revision 3382
Diffstat (limited to 'src/engine/SCons/Script/Interactive.py')
-rw-r--r--src/engine/SCons/Script/Interactive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Script/Interactive.py b/src/engine/SCons/Script/Interactive.py
index 9510892..a024a9e 100644
--- a/src/engine/SCons/Script/Interactive.py
+++ b/src/engine/SCons/Script/Interactive.py
@@ -98,7 +98,7 @@ try:
except ImportError:
pass
-from SCons.Debug import Trace
+import SCons
class SConsInteractiveCmd(cmd.Cmd):
"""\