Files
account-financial-tools/account_asset_management_xls/__init__.py
Luc De Meyer 8cb02c1a02 fix typo
2018-09-29 17:33:16 +02:00

10 lines
240 B
Python

# -*- coding: utf-8 -*-
try:
from . import models
from . import wizard
from . import report
except ImportError:
import logging
logging.getLogger(__name__).warn(
"report_xlsx_helper not available in addons path")