summaryrefslogtreecommitdiffstats
path: root/test/site_scons
diff options
context:
space:
mode:
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 fda7230..46f84c7 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')
""")