Changeset 4273
- Timestamp:
- 03/04/09 23:29:20 (4 years ago)
- Files:
-
- 1 modified
-
trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/setup.py
r4272 r4273 40 40 py2exe_cmdclass = py2exe_options = py2app_options = None 41 41 if 'py2exe' in sys.argv: 42 from install_scripts.windows.py2exe_setup import py2exe_cmd lass, \42 from install_scripts.windows.py2exe_setup import py2exe_cmdclass, \ 43 43 py2exe_options 44 44 if 'py2app' in sys.argv: … … 347 347 348 348 if py2exe_cmdclass: 349 cmdclasses.update(py2exe_cmd lass)349 cmdclasses.update(py2exe_cmdclass) 350 350 351 351 standard_options = dict(
