diff options
author | Daniel <dmoody256@gmail.com> | 2019-01-12 09:29:35 (GMT) |
---|---|---|
committer | Daniel <dmoody256@gmail.com> | 2019-01-12 09:32:42 (GMT) |
commit | 580b28e01b8472a9f0ede7bdf1559181a79297fa (patch) | |
tree | a2e2db6cd318ad8fcac16d48e08f2a15f7a3398c /test/MSVC | |
parent | f8b78579a50f6caddc8e5bb96d704f462822a8d1 (diff) | |
download | SCons-580b28e01b8472a9f0ede7bdf1559181a79297fa.zip SCons-580b28e01b8472a9f0ede7bdf1559181a79297fa.tar.gz SCons-580b28e01b8472a9f0ede7bdf1559181a79297fa.tar.bz2 |
removed unused imports and other sider changes
fixed syntax issue
Diffstat (limited to 'test/MSVC')
-rw-r--r-- | test/MSVC/TARGET_ARCH.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/MSVC/TARGET_ARCH.py b/test/MSVC/TARGET_ARCH.py index 9d5c008..a960bd8 100644 --- a/test/MSVC/TARGET_ARCH.py +++ b/test/MSVC/TARGET_ARCH.py @@ -29,8 +29,6 @@ Test the ability to configure the $TARGET_ARCH construction variable. """ import TestSCons -import SCons.Tool.MSCommon.vc as msvc -from SCons.Tool.MSCommon.vc import get_msvc_version_numeric _python_ = TestSCons._python_ |