commit
ad91f0da9a
|
@ -22,5 +22,9 @@
|
||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
from . import mis_builder_xls
|
try:
|
||||||
|
from . import mis_builder_xls
|
||||||
|
except ImportError:
|
||||||
|
pass # this module is not installed
|
||||||
|
|
||||||
from . import report_mis_report_instance
|
from . import report_mis_report_instance
|
||||||
|
|
Loading…
Reference in New Issue