author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
Thu, 14 Dec 2006 00:41:11 +0100 | |
changeset 3983 | c22251414b46 |
parent 3944 | 20f1c8440c53 |
child 3984 | f82b3f915605 |
--- a/setup.py Tue Dec 19 15:46:02 2006 +0100 +++ b/setup.py Thu Dec 14 00:41:11 2006 +0100 @@ -37,7 +37,7 @@ # Due to the use of demandload py2exe is not finding the modules. # packagescan.getmodules creates a list of modules included in - # the mercurial package plus depdent modules. + # the mercurial package plus dependant modules. from py2exe.build_exe import py2exe as build_exe class py2exe_for_demandload(build_exe):