trytond-sale_edit_inline/tests/__init__.py

9 lines
288 B
Python

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