root/trunk/buildtests/test-relative-import.spec
| Revision 522 (by htgoebel, 08/04/08 13:03:33) |
|---|
# -*- mode: python -*-
__testname__ = 'test-relative-import'
a = Analysis([os.path.join(HOMEPATH,'support/_mountzlib.py'),
__testname__ + '.py'],
)
pyz = PYZ(a.pure)
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
name = os.path.join('dist', __testname__ +'.exe'),
debug=False,
strip=False,
upx=False,
console=1 )
Note: See TracBrowser for help on using the browser.
