trytond-product_brand_esale/tests/__init__.py

9 lines
297 B
Python

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