mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
remove more Python2 hybridation
This commit is contained in:
committed by
Scott Talbert
parent
0257f755cf
commit
323e78c085
@@ -315,7 +315,7 @@ distutils.cygwinccompiler.CygwinCCompiler._compile = _compile
|
||||
# into the .pyd files as expected. So we'll strip out that option via
|
||||
# a monkey-patch of the msvc9compiler.MSVCCompiler.initialize method.
|
||||
|
||||
if os.name == 'nt' and sys.version_info >= (2,6):
|
||||
if os.name == 'nt':
|
||||
import distutils.msvc9compiler
|
||||
_orig_initialize = distutils.msvc9compiler.MSVCCompiler.initialize
|
||||
|
||||
|
||||
Reference in New Issue
Block a user