trytond-product_cost_plan/tests/__init__.py

11 lines
301 B
Python
Raw Normal View History

2013-10-17 10:59:15 +02:00
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
2018-04-25 15:44:48 +02:00
try:
from trytond.modules.account_invoice.tests.test_product_cost_plan import (
suite)
except ImportError:
from .test_product_cost_plan import suite
__all__ = ['suite']