trytond-account_invoice_tax.../tests/__init__.py

10 lines
400 B
Python

# This file is part account_invoice_taxes_required module for Tryton.
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
try:
from trytond.modules.account_invoice_taxes_required.tests.test_account_invoice_taxes_required import suite
except ImportError:
from .test_account_invoice_taxes_required import suite
__all__ = ['suite']