comparison setup.py @ 3880:5f05157bf9be

spelling fix
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 14 Dec 2006 00:41:11 +0100
parents 231e61de692c
children 57b797601b61
comparison
equal deleted inserted replaced
3878:729f354f3f09 3880: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."""