diff options
-rw-r--r-- | test/option/h.py (renamed from test/option-h.py) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option-h.py b/test/option/h.py index 7b36c24..bf6a6ae 100644 --- a/test/option-h.py +++ b/test/option/h.py @@ -24,9 +24,9 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -import TestSCons import string -import sys + +import TestSCons test = TestSCons.TestSCons() |