trytondo-account_invoice_facho/tests/__init__.py

7 lines
203 B
Python
Raw Normal View History

2020-05-31 05:56:26 +02:00
try:
from trytond.modules.account_invoice_facho.tests.test_account_invoice_facho import suite # noqa: E501
except ImportError:
from .test_account_invoice_facho import suite
__all__ = ['suite']