diff options
Diffstat (limited to 'test/AS/ASFLAGS.py')
-rw-r--r-- | test/AS/ASFLAGS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/AS/ASFLAGS.py b/test/AS/ASFLAGS.py index d7b7c33..5581b07 100644 --- a/test/AS/ASFLAGS.py +++ b/test/AS/ASFLAGS.py @@ -24,8 +24,8 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -import string import sys + import TestSCons _python_ = TestSCons._python_ |