summaryrefslogtreecommitdiff
path: root/test/site_scons
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 +0000
committerSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 +0000
commit1b5a674a10aaf9605a0e75c86da29e8fb8dfde61 (patch)
tree9207b31537e85de793ef3cdcc9a18be689ce2805 /test/site_scons
parentc22b678c2a74e4388dcf2f3419f7be6932bd27ef (diff)
downloadscons-1b5a674a10aaf9605a0e75c86da29e8fb8dfde61.tar.gz
Remove more unnecessary imports from test scripts.
Diffstat (limited to 'test/site_scons')
-rw-r--r--test/site_scons/sys-path.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/site_scons/sys-path.py b/test/site_scons/sys-path.py
index fda72307..46f84c76 100644
--- a/test/site_scons/sys-path.py
+++ b/test/site_scons/sys-path.py
@@ -44,13 +44,11 @@ print "Imported site_scons/testmod2.py."
""")
test.write(['sub1', 'SConscript'], """
-import sys
import testmod2 # This call did not work before the fix
""")
test.write('SConstruct', """
-import sys
import testmod1 # this always worked
SConscript('sub1/SConscript')
""")