trytond-account_invoice_con.../tests/__init__.py

9 lines
321 B
Python

# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
try:
from trytond.modules.account_invoice_consecutive.tests.test_account_invoice_consecutive import suite
except ImportError:
from .test_account_invoice_consecutive import suite
__all__ = ['suite']