diff options
Diffstat (limited to 'test/AR')
-rw-r--r-- | test/AR/AR.py | 2 | ||||
-rw-r--r-- | test/AR/ARFLAGS.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/AR/AR.py b/test/AR/AR.py index 2c0b1ae..41105da 100644 --- a/test/AR/AR.py +++ b/test/AR/AR.py @@ -26,7 +26,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import os import string -import sys + import TestSCons _python_ = TestSCons._python_ diff --git a/test/AR/ARFLAGS.py b/test/AR/ARFLAGS.py index 087cefe..8734659 100644 --- a/test/AR/ARFLAGS.py +++ b/test/AR/ARFLAGS.py @@ -26,7 +26,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import os import string -import sys + import TestSCons _python_ = TestSCons._python_ |