trytond-stock_lot_by_location/tests/__init__.py

7 lines
242 B
Python
Raw Normal View History

2019-04-10 18:05:11 +02:00
# 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']