diff options
author | Steven Knight <knight@baldmt.com> | 2001-09-17 04:57:00 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-09-17 04:57:00 (GMT) |
commit | 3c81bb2bd0e009c0ee81570e17b0f87ad8d034ab (patch) | |
tree | 1a08c189644909cdadc489cce0eaa487e2c6f578 /test/exitfns.py | |
parent | e2faf9c21bc7712fcdc547b7df0f12a6b2177601 (diff) | |
download | SCons-3c81bb2bd0e009c0ee81570e17b0f87ad8d034ab.zip SCons-3c81bb2bd0e009c0ee81570e17b0f87ad8d034ab.tar.gz SCons-3c81bb2bd0e009c0ee81570e17b0f87ad8d034ab.tar.bz2 |
Run setup.py on the unpacked .tar.gz for testing.
Diffstat (limited to 'test/exitfns.py')
-rw-r--r-- | test/exitfns.py | 2 |
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" |