summaryrefslogtreecommitdiffstats
path: root/test/MSVS/vs-7.1-variant_dir.py
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/MSVS/vs-7.1-variant_dir.py
parent6f237a0d0607e6a684e8c4a9a5d19d661e9487e2 (diff)
downloadSCons-1e73529341eb9559a7ded9e2bb327182f7748305.zip
SCons-1e73529341eb9559a7ded9e2bb327182f7748305.tar.gz
SCons-1e73529341eb9559a7ded9e2bb327182f7748305.tar.bz2
Remove unnecessary left-over "import sys" statements.
Diffstat (limited to 'test/MSVS/vs-7.1-variant_dir.py')
-rw-r--r--test/MSVS/vs-7.1-variant_dir.py2
1 files changed, 0 insertions, 2 deletions
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()