trytond-product_qty/tests/__init__.py
2015-03-25 13:57:34 +01:00

6 lines
171 B
Python

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