setup.py fix

This commit is contained in:
V?ctor Ramos 2017-09-29 07:55:37 +00:00
parent daa934fafd
commit 302be749e3

View file

@ -12,7 +12,9 @@ try:
except ImportError:
from ConfigParser import ConfigParser
MODULE2PREFIX = {}
MODULE2PREFIX = {
'jasper_reports': 'trytonspain',
}
def read(fname):