[FIX] setup.py: missing comma in the module list.
authorVo Minh Thu <vmt@openerp.com>
Fri, 16 Dec 2011 16:39:38 +0000 (17:39 +0100)
committerVo Minh Thu <vmt@openerp.com>
Fri, 16 Dec 2011 16:39:38 +0000 (17:39 +0100)
bzr revid: vmt@openerp.com-20111216163938-6hy1fmapfnp2v6r3

setup.py

index 7f2d131..094ee6f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ def py2exe_options():
                     "skip_archive": 1,
                     "optimize": 2,
                     "dist_dir": 'dist',
-                    "packages": [ "DAV", "HTMLParser", "PIL", "asynchat", "asyncore", "commands", "dateutil", "decimal", "email", "encodings", "imaplib", "lxml", "lxml._elementpath", "lxml.builder", "lxml.etree", "lxml.objectify", "mako", "openerp", "poplib", "pychart", "pydot", "pyparsing", "reportlab", "select", "simplejson", "smtplib", "uuid", "vatnumber" "vobject", "xml", "xml", "xml.dom", "xml.xpath", "yaml", ],
+                    "packages": [ "DAV", "HTMLParser", "PIL", "asynchat", "asyncore", "commands", "dateutil", "decimal", "email", "encodings", "imaplib", "lxml", "lxml._elementpath", "lxml.builder", "lxml.etree", "lxml.objectify", "mako", "openerp", "poplib", "pychart", "pydot", "pyparsing", "reportlab", "select", "simplejson", "smtplib", "uuid", "vatnumber", "vobject", "xml", "xml", "xml.dom", "xml.xpath", "yaml", ],
                     "excludes" : ["Tkconstants","Tkinter","tcl"],
                 }
             }