summaryrefslogtreecommitdiffstats
path: root/test/exitfns.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/exitfns.py')
-rw-r--r--test/exitfns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exitfns.py b/test/exitfns.py
index a13dd9b..d9a1019 100644
--- a/test/exitfns.py
+++ b/test/exitfns.py
@@ -8,7 +8,7 @@ import TestSCons
test = TestSCons.TestSCons(match = TestCmd.match_exact)
sconstruct = """
-from scons.exitfuncs import *
+from SCons.exitfuncs import *
def x1():
print "running x1"