setup.py
changeset 3877 5f05157bf9be
parent 3590 231e61de692c
child 3887 79e5a6e7c451
equal deleted inserted replaced
3875:729f354f3f09 3877:5f05157bf9be
    35     except ImportError:
    35     except ImportError:
    36         pass
    36         pass
    37 
    37 
    38     # Due to the use of demandload py2exe is not finding the modules.
    38     # Due to the use of demandload py2exe is not finding the modules.
    39     # packagescan.getmodules creates a list of modules included in
    39     # packagescan.getmodules creates a list of modules included in
    40     # the mercurial package plus depdent modules.
    40     # the mercurial package plus dependant modules.
    41     from py2exe.build_exe import py2exe as build_exe
    41     from py2exe.build_exe import py2exe as build_exe
    42 
    42 
    43     class py2exe_for_demandload(build_exe):
    43     class py2exe_for_demandload(build_exe):
    44         """ overwrites the py2exe command class for getting the build
    44         """ overwrites the py2exe command class for getting the build
    45         directory and for setting the 'includes' option."""
    45         directory and for setting the 'includes' option."""