mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
b98a53df92
git-svn-id: http://svn.pyinstaller.org/trunk@2 8dd32b29-ccff-0310-8a9a-9233e24343b1
7 lines
190 B
Python
7 lines
190 B
Python
import archive, iu, sys
|
|
iu._globalownertypes.insert(0, archive.PYZOwner)
|
|
sys.importManager = iu.ImportManager()
|
|
sys.importManager.install()
|
|
if not hasattr(sys, 'frozen'):
|
|
sys.frozen = 1
|