trytondo-account_co_co/tests/__init__.py
2020-11-07 20:24:54 -05:00

7 lines
179 B
Python

try:
from trytond.modules.account_co_co.tests.test_account_co_co import suite # noqa: E501
except ImportError:
from .test_account_co_co import suite
__all__ = ['suite']