Reindent the file
[odoo/odoo.git] / setup.py
index c81a06e..0000ae6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
 # -*- encoding: utf-8 -*-
+
 ##############################################################################
 #
 # Copyright (c) 2004-2008 Tiny SPRL (http://tiny.be) All Rights Reserved.
@@ -154,7 +155,10 @@ f.close()
 options = {"py2exe": {
     "compressed": 0,
     "optimize": 2, 
-    "packages": ["decimal", "xml", "xml.dom", "xml.xpath", "encodings","mx.DateTime","wizard","pychart","PIL", "pyparsing", "pydot"],
+    "packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree", 
+                 "lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath", 
+                 "encodings","mx.DateTime","wizard","pychart","PIL", "pyparsing", 
+                 "pydot"],
     "excludes" : ["Tkconstants","Tkinter","tcl"],
     }}