summaryrefslogtreecommitdiff
path: root/test/LINK
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-06 18:36:10 +0000
committerSteven Knight <knight@baldmt.com>2009-02-06 18:36:10 +0000
commit21ae9d785d6b9b119e25efc19446bb86ed459df8 (patch)
tree7baba507756d614ac4b146011916abe5d41d3626 /test/LINK
parent2e0c4d2187fa7545c47d9fea7f4f1fb25149fef0 (diff)
downloadscons-21ae9d785d6b9b119e25efc19446bb86ed459df8.tar.gz
Remove (lots) more unnecessary imports.
Diffstat (limited to 'test/LINK')
-rw-r--r--test/LINK/LINKCOM.py3
-rw-r--r--test/LINK/LINKCOMSTR.py1
-rw-r--r--test/LINK/SHLINKCOM.py2
-rw-r--r--test/LINK/SHLINKCOMSTR.py3
4 files changed, 0 insertions, 9 deletions
diff --git a/test/LINK/LINKCOM.py b/test/LINK/LINKCOM.py
index d9140490..db8a2215 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 1a7efbe1..9eb40271 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 2d2f7184..667564e4 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 94740b89..a3dc2cf3 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_