##// END OF EJS Templates
setup: fix the py2exe logic to work with py3...
Matt Harbison -
r49946:11fc5d8a default draft
parent child Browse files
Show More
@@ -197,7 +197,7 b' def hasheader(cc, headername):'
197 try:
197 try:
198 import py2exe
198 import py2exe
199
199
200 py2exe.Distribution # silence unused import warning
200 py2exe.patch_distutils()
201 py2exeloaded = True
201 py2exeloaded = True
202 # import py2exe's patched Distribution class
202 # import py2exe's patched Distribution class
203 from distutils.core import Distribution
203 from distutils.core import Distribution
General Comments 0
You need to be logged in to leave comments. Login now