trytond-sale_line_quick_act.../tests/__init__.py
Sergio Morillo cfd3790359 Initial commit.
This commit refs #9722
2019-10-14 18:01:28 +02:00

5 lines
183 B
Python

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