kalenislims/lims/tests/__init__.py

11 lines
300 B
Python
Raw Normal View History

2017-10-08 02:23:22 +02:00
# This file is part of lims module for Tryton.
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
try:
from trytond.modules.lims.tests.test_lims import suite
except ImportError:
from .test_lims import suite
__all__ = ['suite']