summaryrefslogtreecommitdiff
path: root/test/CXX
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 +0000
committerSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 +0000
commit1b5a674a10aaf9605a0e75c86da29e8fb8dfde61 (patch)
tree9207b31537e85de793ef3cdcc9a18be689ce2805 /test/CXX
parentc22b678c2a74e4388dcf2f3419f7be6932bd27ef (diff)
downloadscons-1b5a674a10aaf9605a0e75c86da29e8fb8dfde61.tar.gz
Remove more unnecessary imports from test scripts.
Diffstat (limited to 'test/CXX')
-rw-r--r--test/CXX/CXXCOM.py1
-rw-r--r--test/CXX/CXXFILESUFFIX.py3
-rw-r--r--test/CXX/SHCXX.py2
-rw-r--r--test/CXX/SHCXXCOM.py1
-rw-r--r--test/CXX/SHCXXCOMSTR.py1
5 files changed, 2 insertions, 6 deletions
diff --git a/test/CXX/CXXCOM.py b/test/CXX/CXXCOM.py
index be1bec49..f623eaf2 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 7d5609b4..749ca69d 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 6c03b8f8..6351cfe5 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 972dad0a..7c5e45f2 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 b9f20a8b..afe647a8 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_