Changeset 4273

Show
Ignore:
Timestamp:
03/04/09 23:29:20 (4 years ago)
Author:
gpolo
Message:

typo fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/setup.py

    r4272 r4273  
    4040py2exe_cmdclass = py2exe_options = py2app_options = None 
    4141if 'py2exe' in sys.argv: 
    42     from install_scripts.windows.py2exe_setup import py2exe_cmdlass, \ 
     42    from install_scripts.windows.py2exe_setup import py2exe_cmdclass, \ 
    4343            py2exe_options 
    4444if 'py2app' in sys.argv: 
     
    347347 
    348348if py2exe_cmdclass: 
    349     cmdclasses.update(py2exe_cmdlass) 
     349    cmdclasses.update(py2exe_cmdclass) 
    350350 
    351351standard_options = dict(