summaryrefslogtreecommitdiffstats
path: root/test/MSVC
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 (GMT)
commita33fd40cf855819ce49a3c93a831cb28a97a0177 (patch)
tree9207b31537e85de793ef3cdcc9a18be689ce2805 /test/MSVC
parent33b254500d0cb179b4446537482905748ff32cf9 (diff)
downloadSCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.zip
SCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.tar.gz
SCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.tar.bz2
Remove more unnecessary imports from test scripts.
Diffstat (limited to 'test/MSVC')
-rw-r--r--test/MSVC/batch.py2
-rw-r--r--test/MSVC/msvc.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/test/MSVC/batch.py b/test/MSVC/batch.py
index bc65f82..0ab116c 100644
--- a/test/MSVC/batch.py
+++ b/test/MSVC/batch.py
@@ -32,8 +32,6 @@ explicit suffix settings so that the test should work when run on any
platform.
"""
-import string
-
import TestSCons
test = TestSCons.TestSCons()
diff --git a/test/MSVC/msvc.py b/test/MSVC/msvc.py
index 21e88d0..c8fa8dc 100644
--- a/test/MSVC/msvc.py
+++ b/test/MSVC/msvc.py
@@ -29,7 +29,6 @@ Verify basic invocation of Microsoft Visual C/C++, including use
of a precompiled header with the $CCFLAGS variable.
"""
-import os
import sys
import time