trytond-stock_lot_cost_price/tests/__init__.py
Javier Uribe 54374230c9 Initial commit.
This commit refs #6916.
2019-01-22 08:45:12 +01:00

6 lines
180 B
Python

# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from .test_stock_lot_cost_price import suite
__all__ = ['suite']