diff options
Diffstat (limited to 'test/CXX')
-rw-r--r-- | test/CXX/CXXCOM.py | 1 | ||||
-rw-r--r-- | test/CXX/CXXFILESUFFIX.py | 3 | ||||
-rw-r--r-- | test/CXX/SHCXX.py | 2 | ||||
-rw-r--r-- | test/CXX/SHCXXCOM.py | 1 | ||||
-rw-r--r-- | test/CXX/SHCXXCOMSTR.py | 1 |
5 files changed, 2 insertions, 6 deletions
diff --git a/test/CXX/CXXCOM.py b/test/CXX/CXXCOM.py index be1bec4..f623eaf 100644 --- a/test/CXX/CXXCOM.py +++ b/test/CXX/CXXCOM.py @@ -28,7 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" Test the ability to configure the $CXXCOM construction variable. """ -import sys import TestSCons _python_ = TestSCons._python_ diff --git a/test/CXX/CXXFILESUFFIX.py b/test/CXX/CXXFILESUFFIX.py index 7d5609b..749ca69 100644 --- a/test/CXX/CXXFILESUFFIX.py +++ b/test/CXX/CXXFILESUFFIX.py @@ -25,8 +25,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import os -import string -import sys + import TestSCons _python_ = TestSCons._python_ diff --git a/test/CXX/SHCXX.py b/test/CXX/SHCXX.py index 6c03b8f..6351cfe 100644 --- a/test/CXX/SHCXX.py +++ b/test/CXX/SHCXX.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/CXX/SHCXXCOM.py b/test/CXX/SHCXXCOM.py index 972dad0..7c5e45f 100644 --- a/test/CXX/SHCXXCOM.py +++ b/test/CXX/SHCXXCOM.py @@ -28,7 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" Test the ability to configure the $SHCXXCOM construction variable. """ -import sys import TestSCons _python_ = TestSCons._python_ diff --git a/test/CXX/SHCXXCOMSTR.py b/test/CXX/SHCXXCOMSTR.py index b9f20a8..afe647a 100644 --- a/test/CXX/SHCXXCOMSTR.py +++ b/test/CXX/SHCXXCOMSTR.py @@ -29,7 +29,6 @@ Test that the $SHCXXCOMSTR construction variable allows you to customize the shared object C++ compilation output. """ -import sys import TestSCons _python_ = TestSCons._python_ |