Add sxw files in setup

bzr revid: ced-804e45a288c003e26dc69703ef6cb99ec69b028d
This commit is contained in:
ced 2007-08-29 14:19:16 +00:00
parent d1c6fad038
commit f66466ef52
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ def data_files():
add_path.replace('bin', 'tinyerp-server', 1), 'report'),
glob.glob(opj(add_path, 'report', '*xml')) +
glob.glob(opj(add_path, 'report', '*rml')) +
glob.glob(opj(add_path, 'report', '*sxw')) +
glob.glob(opj(add_path, 'report', '*xsl')))]
files.extend(pathfiles)
return files