diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-11 17:57:38 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-11 17:57:38 (GMT) |
commit | a33fd40cf855819ce49a3c93a831cb28a97a0177 (patch) | |
tree | 9207b31537e85de793ef3cdcc9a18be689ce2805 /test/MSVC/msvc.py | |
parent | 33b254500d0cb179b4446537482905748ff32cf9 (diff) | |
download | SCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.zip SCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.tar.gz SCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.tar.bz2 |
Remove more unnecessary imports from test scripts.
Diffstat (limited to 'test/MSVC/msvc.py')
-rw-r--r-- | test/MSVC/msvc.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |