summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-06-15 18:23:13 (GMT)
committerSteven Knight <knight@baldmt.com>2010-06-15 18:23:13 (GMT)
commit1e73529341eb9559a7ded9e2bb327182f7748305 (patch)
tree05b8da35f2051d609607573240d2754198065719 /test
parent6f237a0d0607e6a684e8c4a9a5d19d661e9487e2 (diff)
downloadSCons-1e73529341eb9559a7ded9e2bb327182f7748305.zip
SCons-1e73529341eb9559a7ded9e2bb327182f7748305.tar.gz
SCons-1e73529341eb9559a7ded9e2bb327182f7748305.tar.bz2
Remove unnecessary left-over "import sys" statements.
Diffstat (limited to 'test')
-rw-r--r--test/MSVS/vs-6.0-clean.py2
-rw-r--r--test/MSVS/vs-6.0-files.py2
-rw-r--r--test/MSVS/vs-6.0-variant_dir.py2
-rw-r--r--test/MSVS/vs-7.0-clean.py2
-rw-r--r--test/MSVS/vs-7.0-files.py2
-rw-r--r--test/MSVS/vs-7.0-variant_dir.py2
-rw-r--r--test/MSVS/vs-7.1-clean.py2
-rw-r--r--test/MSVS/vs-7.1-files.py2
-rw-r--r--test/MSVS/vs-7.1-variant_dir.py2
-rw-r--r--test/MSVS/vs-8.0-clean.py2
-rw-r--r--test/MSVS/vs-8.0-files.py2
-rw-r--r--test/MSVS/vs-8.0-variant_dir.py2
-rw-r--r--test/MSVS/vs-8.0-x64-files.py2
13 files changed, 0 insertions, 26 deletions
diff --git a/test/MSVS/vs-6.0-clean.py b/test/MSVS/vs-6.0-clean.py
index 052acae..6b9bd98 100644
--- a/test/MSVS/vs-6.0-clean.py
+++ b/test/MSVS/vs-6.0-clean.py
@@ -30,8 +30,6 @@ project (.dsp) and solution (.dsw) files.
"""
import TestSConsMSVS
-import sys
-
test = TestSConsMSVS.TestSConsMSVS()
host_arch = test.get_vs_host_arch()
diff --git a/test/MSVS/vs-6.0-files.py b/test/MSVS/vs-6.0-files.py
index b6ac4f0..adc87d9 100644
--- a/test/MSVS/vs-6.0-files.py
+++ b/test/MSVS/vs-6.0-files.py
@@ -30,8 +30,6 @@ Test that we can generate Visual Studio 6 project (.dsp) and solution
"""
import TestSConsMSVS
-import sys
-
test = TestSConsMSVS.TestSConsMSVS()
host_arch = test.get_vs_host_arch()
diff --git a/test/MSVS/vs-6.0-variant_dir.py b/test/MSVS/vs-6.0-variant_dir.py
index 02bc7e5..b5299a8 100644
--- a/test/MSVS/vs-6.0-variant_dir.py
+++ b/test/MSVS/vs-6.0-variant_dir.py
@@ -30,8 +30,6 @@ Test that we can generate Visual Studio 6 project (.dsp) and solution
"""
import TestSConsMSVS
-import sys
-
test = TestSConsMSVS.TestSConsMSVS()
diff --git a/test/MSVS/vs-7.0-clean.py b/test/MSVS/vs-7.0-clean.py
index 0bb4d62..1194cc1 100644
--- a/test/MSVS/vs-7.0-clean.py
+++ b/test/MSVS/vs-7.0-clean.py
@@ -30,8 +30,6 @@ project (.vcproj) and solution (.sln) files.
"""
import TestSConsMSVS
-import sys
-
test = TestSConsMSVS.TestSConsMSVS()
host_arch = test.get_vs_host_arch()
diff --git a/test/MSVS/vs-7.0-files.py b/test/MSVS/vs-7.0-files.py
index 62d08dc..9dc33b7 100644
--- a/test/MSVS/vs-7.0-files.py
+++ b/test/MSVS/vs-7.0-files.py
@@ -30,8 +30,6 @@ solution (.sln) files that look correct.
"""
import os
-import sys
-
import TestSConsMSVS
diff --git a/test/MSVS/vs-7.0-variant_dir.py b/test/MSVS/vs-7.0-variant_dir.py
index 878a969..9194785 100644
--- a/test/MSVS/vs-7.0-variant_dir.py
+++ b/test/MSVS/vs-7.0-variant_dir.py
@@ -30,8 +30,6 @@ solution (.sln) files that look correct when using a variant_dir.
"""
import TestSConsMSVS
-import sys
-
test = TestSConsMSVS.TestSConsMSVS()
host_arch = test.get_vs_host_arch()
diff --git a/test/MSVS/vs-7.1-clean.py b/test/MSVS/vs-7.1-clean.py
index bd657a8..8c9cb87 100644
--- a/test/MSVS/vs-7.1-clean.py
+++ b/test/MSVS/vs-7.1-clean.py
@@ -30,8 +30,6 @@ project (.vcproj) and solution (.sln) files.
"""
import TestSConsMSVS
-import sys
-
test = TestSConsMSVS.TestSConsMSVS()
host_arch = test.get_vs_host_arch()
diff --git a/test/MSVS/vs-7.1-files.py b/test/MSVS/vs-7.1-files.py
index 1df10f4..e2a40a8 100644
--- a/test/MSVS/vs-7.1-files.py
+++ b/test/MSVS/vs-7.1-files.py
@@ -30,8 +30,6 @@ solution (.sln) files that look correct.
"""
import os
-import sys
-
import TestSConsMSVS
diff --git a/test/MSVS/vs-7.1-variant_dir.py b/test/MSVS/vs-7.1-variant_dir.py
index 98640e3..82b0be3 100644
--- a/test/MSVS/vs-7.1-variant_dir.py
+++ b/test/MSVS/vs-7.1-variant_dir.py
@@ -30,8 +30,6 @@ solution (.sln) files that look correct when using a variant_dir.
"""
import TestSConsMSVS
-import sys
-
test = TestSConsMSVS.TestSConsMSVS()
host_arch = test.get_vs_host_arch()
diff --git a/test/MSVS/vs-8.0-clean.py b/test/MSVS/vs-8.0-clean.py
index 249d8a4..7ca1c46 100644
--- a/test/MSVS/vs-8.0-clean.py
+++ b/test/MSVS/vs-8.0-clean.py
@@ -30,8 +30,6 @@ project (.vcproj) and solution (.sln) files.
"""
import TestSConsMSVS
-import sys
-
test = TestSConsMSVS.TestSConsMSVS()
host_arch = test.get_vs_host_arch()
diff --git a/test/MSVS/vs-8.0-files.py b/test/MSVS/vs-8.0-files.py
index 11dfd35..038a5bf 100644
--- a/test/MSVS/vs-8.0-files.py
+++ b/test/MSVS/vs-8.0-files.py
@@ -30,8 +30,6 @@ solution (.sln) files that look correct.
"""
import os
-import sys
-
import TestSConsMSVS
diff --git a/test/MSVS/vs-8.0-variant_dir.py b/test/MSVS/vs-8.0-variant_dir.py
index e5b8c43..9f9098a 100644
--- a/test/MSVS/vs-8.0-variant_dir.py
+++ b/test/MSVS/vs-8.0-variant_dir.py
@@ -30,8 +30,6 @@ solution (.sln) files that look correct when using a variant_dir.
"""
import TestSConsMSVS
-import sys
-
test = TestSConsMSVS.TestSConsMSVS()
host_arch = test.get_vs_host_arch()
diff --git a/test/MSVS/vs-8.0-x64-files.py b/test/MSVS/vs-8.0-x64-files.py
index cfad019..072ba22 100644
--- a/test/MSVS/vs-8.0-x64-files.py
+++ b/test/MSVS/vs-8.0-x64-files.py
@@ -30,8 +30,6 @@ solution (.sln) files that look correct.
"""
import os
-import sys
-
import TestSConsMSVS