Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,3522...
[scons.git] / test / ignore-command.py
index c1e6149a98eba2659a5a15b7941a48c9839ab84d..1343145590b6e11c5f20c9f09aa469888e9e33c5 100644 (file)
@@ -29,11 +29,7 @@ Test use of a preceding - to ignore the return value from a command.
 __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
 
 import os
-import os.path
-import re
-import string
-import sys
-import TestCmd
+
 import TestSCons
 
 _python_ = TestSCons._python_
@@ -85,3 +81,9 @@ test.run(arguments='.', status=2, stderr=None)
 test.must_match('f1.out', "f1.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: