trytond-stock_lot_by_location/tests/__init__.py
2019-04-10 18:05:11 +02:00

7 lines
242 B
Python

# This file is part stock_lot_by_location module for Tryton.
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from .test_stock_lot_by_location import suite
__all__ = ['suite']