Changeset 477
- Timestamp:
- Wed Jul 23 13:33:07 2008
- Files:
-
- trunk/Makespec.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/Makespec.py
r476 r477 26 26 True,False = 1,0 27 27 28 freezetmplt = """ \28 freezetmplt = """# -*- mode: python -*- 28 28 a = Analysis(%(scripts)s, 29 29 pathex=%(pathex)s) … … 41 41 """ # pathex scripts exename tkpkg debug console 42 42 43 collecttmplt = """ \43 collecttmplt = """# -*- mode: python -*- 43 43 a = Analysis(%(scripts)s, 44 44 pathex=%(pathex)s) … … 61 61 """ # scripts pathex, exename, debug, console tktree distdir 62 62 63 comsrvrtmplt = """ \63 comsrvrtmplt = """# -*- mode: python -*- 63 63 a = Analysis(%(scripts)s, 64 64 pathex=%(pathex)s)
