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