bzr revid: fp@tinyerp.com-20110924141901-89brp0yppqomm1tz
This commit is contained in:
Fabien Pinckaers 2011-09-24 16:19:01 +02:00
commit a4c2e05d19
1 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@
'demo_xml' : [
'demo/demo.xml'
],
'installable': 'True'
'installable': 'True',
'images': ['images/config_chart_l10n_uk.jpeg','images/l10n_uk_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: