sale_payment_collect/tests/__init__.py
2020-07-06 18:58:59 -03:00

10 lines
301 B
Python

# The COPYRIGHT file at the top level of jhis repository contains the
# full copyright notices and license terms.
try:
from trytond.modules.sale_payment_collect.tests.test_sale_payment_collect import suite
except ImportError:
from .test_sale_payment_collect import suite
__all__ = ['suite']