Don't hard-code the swig location in the expected output.
[scons.git] / test / overrides.py
index dabf689bececa7168033d0de0ca235a1fcd2e4eb..d706ab7646553e90f4d256ab9666871b252e0415 100644 (file)
@@ -25,7 +25,6 @@
 __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
 
 import TestSCons
-import sys
 
 
 test = TestSCons.TestSCons()
@@ -128,3 +127,9 @@ assert test.read('goodbye.not_exe') == 'this is not a program!'
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: