summaryrefslogtreecommitdiffstats
path: root/test/CXX
diff options
context:
space:
mode:
Diffstat (limited to 'test/CXX')
-rw-r--r--test/CXX/CXXCOM.py2
-rw-r--r--test/CXX/CXXCOMSTR.py3
-rw-r--r--test/CXX/CXXFILESUFFIX.py1
-rw-r--r--test/CXX/SHCXXCOM.py2
-rw-r--r--test/CXX/SHCXXCOMSTR.py2
5 files changed, 0 insertions, 10 deletions
diff --git a/test/CXX/CXXCOM.py b/test/CXX/CXXCOM.py
index 5fc40d0..64e4a50 100644
--- a/test/CXX/CXXCOM.py
+++ b/test/CXX/CXXCOM.py
@@ -28,8 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Test the ability to configure the $CXXCOM construction variable.
"""
-import os
-import string
import sys
import TestSCons
diff --git a/test/CXX/CXXCOMSTR.py b/test/CXX/CXXCOMSTR.py
index df4a87b..e738533 100644
--- a/test/CXX/CXXCOMSTR.py
+++ b/test/CXX/CXXCOMSTR.py
@@ -29,9 +29,6 @@ Test that the $CXXCOMSTR construction variable allows you to configure
the C++ compilation output.
"""
-import os
-import string
-import sys
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/CXX/CXXFILESUFFIX.py b/test/CXX/CXXFILESUFFIX.py
index d2a70c3..f74ec84 100644
--- a/test/CXX/CXXFILESUFFIX.py
+++ b/test/CXX/CXXFILESUFFIX.py
@@ -25,7 +25,6 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import os
-import os.path
import string
import sys
import TestSCons
diff --git a/test/CXX/SHCXXCOM.py b/test/CXX/SHCXXCOM.py
index 628bc00..1a8750f 100644
--- a/test/CXX/SHCXXCOM.py
+++ b/test/CXX/SHCXXCOM.py
@@ -28,8 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Test the ability to configure the $SHCXXCOM construction variable.
"""
-import os
-import string
import sys
import TestSCons
diff --git a/test/CXX/SHCXXCOMSTR.py b/test/CXX/SHCXXCOMSTR.py
index dd92541..829c9e4 100644
--- a/test/CXX/SHCXXCOMSTR.py
+++ b/test/CXX/SHCXXCOMSTR.py
@@ -29,8 +29,6 @@ Test that the $SHCXXCOMSTR construction variable allows you to customize
the shared object C++ compilation output.
"""
-import os
-import string
import sys
import TestSCons