diff options
| author | Steve Dower <steve.dower@microsoft.com> | 2015-05-23 16:02:50 (GMT) |
|---|---|---|
| committer | Steve Dower <steve.dower@microsoft.com> | 2015-05-23 16:02:50 (GMT) |
| commit | fd3664be00d8fad7a4f6dc029e92a4f2a6b151ac (patch) | |
| tree | 915b13e52e64d3228a61e4468074e578cf275a0d /Lib/test/test_sundry.py | |
| parent | 7689154f58c5de65881ef7531379cdf33bbbd1ff (diff) | |
| download | cpython-fd3664be00d8fad7a4f6dc029e92a4f2a6b151ac.zip cpython-fd3664be00d8fad7a4f6dc029e92a4f2a6b151ac.tar.gz cpython-fd3664be00d8fad7a4f6dc029e92a4f2a6b151ac.tar.bz2 | |
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
Diffstat (limited to 'Lib/test/test_sundry.py')
| -rw-r--r-- | Lib/test/test_sundry.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index e99ca9e..1fb9964 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -22,8 +22,6 @@ class TestUntestedModules(unittest.TestCase): import distutils.ccompiler import distutils.cygwinccompiler import distutils.filelist - if sys.platform.startswith('win'): - import distutils.msvccompiler import distutils.text_file import distutils.unixccompiler |
