trytond-stock_lot_expiry/tests/__init__.py

9 lines
288 B
Python
Raw Normal View History

2013-10-16 13:46:10 +02:00
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
2018-02-02 13:13:15 +01:00
try:
from trytond.modules.stock_lot_expiry.tests.test_stock_lot_expiry import suite
except ImportError:
from .test_stock_lot_expiry import suite
2013-11-13 16:04:22 +01:00
__all__ = ['suite']