Show More
@@ -221,7 +221,7 b' def mainfrozen():' | |||
|
221 | 221 | """ |
|
222 | 222 | return (pycompat.safehasattr(sys, "frozen") or # new py2exe |
|
223 | 223 | pycompat.safehasattr(sys, "importers") or # old py2exe |
|
224 |
imp.is_frozen( |
|
|
224 | imp.is_frozen(r"__main__")) # tools/freeze | |
|
225 | 225 | |
|
226 | 226 | _hgexecutable = None |
|
227 | 227 |
General Comments 0
You need to be logged in to leave comments.
Login now