summaryrefslogtreecommitdiff
path: root/test/AS
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/AS
parentc22b678c2a74e4388dcf2f3419f7be6932bd27ef (diff)
downloadscons-1b5a674a10aaf9605a0e75c86da29e8fb8dfde61.tar.gz
Remove more unnecessary imports from test scripts.
Diffstat (limited to 'test/AS')
-rw-r--r--test/AS/ASCOM.py2
-rw-r--r--test/AS/ASCOMSTR.py2
-rw-r--r--test/AS/ASFLAGS.py2
-rw-r--r--test/AS/ASPP.py2
-rw-r--r--test/AS/ASPPCOM.py1
-rw-r--r--test/AS/ASPPCOMSTR.py2
-rw-r--r--test/AS/ASPPFLAGS.py2
-rw-r--r--test/AS/ml.py1
8 files changed, 6 insertions, 8 deletions
diff --git a/test/AS/ASCOM.py b/test/AS/ASCOM.py
index c2468066..1be592c3 100644
--- a/test/AS/ASCOM.py
+++ b/test/AS/ASCOM.py
@@ -29,7 +29,7 @@ Test the ability to configure the $ASCOM construction variable.
"""
import os
-import sys
+
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/AS/ASCOMSTR.py b/test/AS/ASCOMSTR.py
index f1f64ee3..eaa344a4 100644
--- a/test/AS/ASCOMSTR.py
+++ b/test/AS/ASCOMSTR.py
@@ -30,7 +30,7 @@ the assembly output.
"""
import os
-import sys
+
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/AS/ASFLAGS.py b/test/AS/ASFLAGS.py
index d7b7c33c..5581b07c 100644
--- a/test/AS/ASFLAGS.py
+++ b/test/AS/ASFLAGS.py
@@ -24,8 +24,8 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-import string
import sys
+
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/AS/ASPP.py b/test/AS/ASPP.py
index cb9d8dd9..d8fb3be5 100644
--- a/test/AS/ASPP.py
+++ b/test/AS/ASPP.py
@@ -24,8 +24,8 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-import string
import sys
+
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/AS/ASPPCOM.py b/test/AS/ASPPCOM.py
index b3c04a9f..53f4addf 100644
--- a/test/AS/ASPPCOM.py
+++ b/test/AS/ASPPCOM.py
@@ -28,7 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Test the ability to configure the $ASPPCOM construction variable.
"""
-import sys
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/AS/ASPPCOMSTR.py b/test/AS/ASPPCOMSTR.py
index 0e612ad9..20e3de00 100644
--- a/test/AS/ASPPCOMSTR.py
+++ b/test/AS/ASPPCOMSTR.py
@@ -30,7 +30,7 @@ the displayed assembler string.
"""
import string
-import sys
+
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/AS/ASPPFLAGS.py b/test/AS/ASPPFLAGS.py
index b8fdf2eb..e306c227 100644
--- a/test/AS/ASPPFLAGS.py
+++ b/test/AS/ASPPFLAGS.py
@@ -24,8 +24,8 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-import string
import sys
+
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/AS/ml.py b/test/AS/ml.py
index af7fc176..a731efb2 100644
--- a/test/AS/ml.py
+++ b/test/AS/ml.py
@@ -28,7 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Verify correct use of the live 'ml' assembler.
"""
-import os
import string
import sys