Minor code cleanup, including restoring saved SCONSFLAGS correctly.
[scons.git] / test / preserve-source.py
index 3c29828f8046f4bbde56621f12c8501e399b77c6..cd0b3a37255dad687e2c2f448d76a28f5d4537bb 100644 (file)
@@ -25,7 +25,7 @@
 __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
 
 import os.path
-import sys
+
 import TestSCons
 
 test = TestSCons.TestSCons()
@@ -60,3 +60,9 @@ test.fail_test(not os.path.exists('aaa.in'))
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: