summaryrefslogtreecommitdiffstats
path: root/test/MSVS/vs-7.0-files.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.0-files.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.0-files.py')
-rw-r--r--test/MSVS/vs-7.0-files.py2
1 files changed, 0 insertions, 2 deletions
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