trytond-stock_lot_expiry/tests/__init__.py

9 lines
288 B
Python

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