diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-06 18:36:10 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-06 18:36:10 (GMT) |
commit | fad26790d5c9d6ad544b426796d6ca8cd908bb95 (patch) | |
tree | 7baba507756d614ac4b146011916abe5d41d3626 /test/CXX | |
parent | d8ff2cbc9a0848f755bdc460f9be0f74c2202738 (diff) | |
download | SCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.zip SCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.tar.gz SCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.tar.bz2 |
Remove (lots) more unnecessary imports.
Diffstat (limited to 'test/CXX')
-rw-r--r-- | test/CXX/CXXCOM.py | 2 | ||||
-rw-r--r-- | test/CXX/CXXCOMSTR.py | 3 | ||||
-rw-r--r-- | test/CXX/CXXFILESUFFIX.py | 1 | ||||
-rw-r--r-- | test/CXX/SHCXXCOM.py | 2 | ||||
-rw-r--r-- | test/CXX/SHCXXCOMSTR.py | 2 |
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 |