[FIX] add missing commands module to py2exe.

lp bug: https://launchpad.net/bugs/727058 fixed

bzr revid: vmt@openerp.com-20110325123601-lv2plp24ky8r4hg8
This commit is contained in:
Vo Minh Thu 2011-03-25 13:36:01 +01:00
parent e5dba215cb
commit 468c1ab9ad
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ options = {
"pydot", "asyncore","asynchat", "reportlab", "vobject",
"HTMLParser", "select", "mako", "poplib",
"imaplib", "smtplib", "email", "yaml", "DAV",
"uuid",
"uuid", "commands",
],
"excludes" : ["Tkconstants","Tkinter","tcl"],
}