diff options
Diffstat (limited to 'test/ignore-command.py')
-rw-r--r-- | test/ignore-command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ignore-command.py b/test/ignore-command.py index 0b5429a..1343145 100644 --- a/test/ignore-command.py +++ b/test/ignore-command.py @@ -29,7 +29,7 @@ Test use of a preceding - to ignore the return value from a command. __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import os -import sys + import TestSCons _python_ = TestSCons._python_ |