trytond-product_oneclick/tests/__init__.py

10 lines
347 B
Python
Raw Permalink Normal View History

2014-11-07 14:29:55 +01:00
# This file is part of product_oneclick module for Tryton.
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
2018-02-02 16:16:07 +01:00
try:
from trytond.modules.product_oneclick.tests.test_product_oneclick import suite
except ImportError:
from .test_product_oneclick import suite
2013-10-25 14:59:21 +02:00
__all__ = ['suite']