Merge from Xavier ALT (AJM)

bzr revid: stephane@tinyerp.com-20081027130823-azagsdeh81lw7d2k
This commit is contained in:
Stephane Wirtel 2008-10-27 14:08:23 +01:00
commit 057fa824b6
2 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,7 @@ import print_fnc
import custom
import render
import pychart
import int_to_text
import report_sxw

View File

@ -138,6 +138,7 @@ def data_files():
glob.glob(opj(add_path, 'report', '*sxw')) +
glob.glob(opj(add_path, 'report', '*xsl')))]
files.extend(pathfiles)
files.append(('.', [('bin/import_xml.rng')]))
return files
check_modules()
@ -158,7 +159,7 @@ options = {"py2exe": {
"packages": ["lxml", "lxml.builder", "lxml._elementpath", "lxml.etree",
"lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath",
"encodings","mx.DateTime","wizard","pychart","PIL", "pyparsing",
"pydot"],
"pydot","asyncore","asynchat"],
"excludes" : ["Tkconstants","Tkinter","tcl"],
}}