trytond-production_operation/tests/__init__.py

9 lines
300 B
Python

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