Home
last modified time | relevance | path

Searched refs:msvc9compiler (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/distutils/tests/
H A Dtest_msvc9compiler.py1 """Tests for distutils.msvc9compiler."""
110 from distutils.msvc9compiler import query_vcvarsall
114 from distutils import msvc9compiler namespace
115 old_find_vcvarsall = msvc9compiler.find_vcvarsall
116 msvc9compiler.find_vcvarsall = _find_vcvarsall
121 msvc9compiler.find_vcvarsall = old_find_vcvarsall
124 from distutils.msvc9compiler import Reg
142 from distutils.msvc9compiler import MSVCCompiler
166 from distutils.msvc9compiler import MSVCCompiler
/third_party/python/Lib/distutils/
H A Dmsvccompiler.py638 log.debug("Importing new compiler from distutils.msvc9compiler")
640 from distutils.msvc9compiler import MSVCCompiler
642 from distutils.msvc9compiler import MacroExpander

Completed in 3 milliseconds