mirror of
https://github.com/NaN-tic/trytond-jasper_reports_options.git
synced 2023-12-14 02:42:53 +01:00
setup.py fix
This commit is contained in:
parent
daa934fafd
commit
302be749e3
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -12,7 +12,9 @@ try:
|
|||
except ImportError:
|
||||
from ConfigParser import ConfigParser
|
||||
|
||||
MODULE2PREFIX = {}
|
||||
MODULE2PREFIX = {
|
||||
'jasper_reports': 'trytonspain',
|
||||
}
|
||||
|
||||
|
||||
def read(fname):
|
||||
|
|
Loading…
Reference in a new issue