diff options
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_ |