diff options
author | Steven Knight <knight@baldmt.com> | 2010-06-15 18:23:13 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-06-15 18:23:13 (GMT) |
commit | 1e73529341eb9559a7ded9e2bb327182f7748305 (patch) | |
tree | 05b8da35f2051d609607573240d2754198065719 /test/MSVS/vs-8.0-x64-files.py | |
parent | 6f237a0d0607e6a684e8c4a9a5d19d661e9487e2 (diff) | |
download | SCons-1e73529341eb9559a7ded9e2bb327182f7748305.zip SCons-1e73529341eb9559a7ded9e2bb327182f7748305.tar.gz SCons-1e73529341eb9559a7ded9e2bb327182f7748305.tar.bz2 |
Remove unnecessary left-over "import sys" statements.
Diffstat (limited to 'test/MSVS/vs-8.0-x64-files.py')
-rw-r--r-- | test/MSVS/vs-8.0-x64-files.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |