home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.4)
-
- import os
- import sys
- for name in [
- '__rawmain__.py',
- '__rawmain__.pyc',
- '__main__.py',
- '__main__.pyc']:
- realmain = os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'Resources', name)
- if os.path.exists(realmain):
- break
- continue
- else:
- sys.exit(1)
- sys.argv.insert(1, realmain)
- os.execve(sys.executable, sys.argv, os.environ)
-