Merge pull request #113 from lepistone/import-guard

import guard for report_xls
pull/115/head
Alexandre Fayolle 2015-08-26 11:57:15 +02:00
commit ad91f0da9a
1 changed files with 5 additions and 1 deletions

View File

@ -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