##// END OF EJS Templates
setup: fix py2exe generation broken by c3a6ec304055 (issue3116)...
Pascal Quantin -
r15527:9926aab3 default
parent child Browse files
Show More
@@ -121,6 +121,8 b' def hasfunction(cc, funcname):'
121 try:
121 try:
122 import py2exe
122 import py2exe
123 py2exeloaded = True
123 py2exeloaded = True
124 # import py2exe's patched Distribution class
125 from distutils.core import Distribution
124 except ImportError:
126 except ImportError:
125 py2exeloaded = False
127 py2exeloaded = False
126
128
General Comments 0
You need to be logged in to leave comments. Login now