trytond-account_invoice_sho.../tests/__init__.py

10 lines
360 B
Python

# This file is part account_invoice_shop 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_shop.tests.test_account_invoice_shop import suite
except ImportError:
from .test_account_invoice_shop import suite
__all__ = ['suite']