trytond-account_invoice_fac.../tests/__init__.py

10 lines
322 B
Python

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