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/LINK | |
parent | d8ff2cbc9a0848f755bdc460f9be0f74c2202738 (diff) | |
download | SCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.zip SCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.tar.gz SCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.tar.bz2 |
Remove (lots) more unnecessary imports.
Diffstat (limited to 'test/LINK')
-rw-r--r-- | test/LINK/LINKCOM.py | 3 | ||||
-rw-r--r-- | test/LINK/LINKCOMSTR.py | 1 | ||||
-rw-r--r-- | test/LINK/SHLINKCOM.py | 2 | ||||
-rw-r--r-- | test/LINK/SHLINKCOMSTR.py | 3 |
4 files changed, 0 insertions, 9 deletions
diff --git a/test/LINK/LINKCOM.py b/test/LINK/LINKCOM.py index d914049..db8a221 100644 --- a/test/LINK/LINKCOM.py +++ b/test/LINK/LINKCOM.py @@ -28,9 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" Test the ability to configure the $LINKCOM construction variable. """ -import os -import string -import sys import TestSCons _python_ = TestSCons._python_ diff --git a/test/LINK/LINKCOMSTR.py b/test/LINK/LINKCOMSTR.py index 1a7efbe..9eb4027 100644 --- a/test/LINK/LINKCOMSTR.py +++ b/test/LINK/LINKCOMSTR.py @@ -29,7 +29,6 @@ Test that the $LINKCOMSTR construction variable allows you to customize the displayed linker string. """ -import os import string import sys import TestSCons diff --git a/test/LINK/SHLINKCOM.py b/test/LINK/SHLINKCOM.py index 2d2f718..667564e 100644 --- a/test/LINK/SHLINKCOM.py +++ b/test/LINK/SHLINKCOM.py @@ -28,8 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" Test the ability to configure the $SHLINKCOM construction variable. """ -import os -import string import sys import TestSCons diff --git a/test/LINK/SHLINKCOMSTR.py b/test/LINK/SHLINKCOMSTR.py index 94740b8..a3dc2cf 100644 --- a/test/LINK/SHLINKCOMSTR.py +++ b/test/LINK/SHLINKCOMSTR.py @@ -29,9 +29,6 @@ Test that the $SHLINKCOMSTR construction variable allows you to customize the displayed linker string for programs using shared libraries. """ -import os -import string -import sys import TestSCons _python_ = TestSCons._python_ |