trytond-aeat_sii/tests/__init__.py

9 lines
264 B
Python
Raw Permalink Normal View History

2017-04-28 09:26:42 +02:00
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
2018-01-18 17:08:54 +01:00
try:
from trytond.modules.aeat_sii.tests.test_aeat_sii import suite
except ImportError:
from .test_aeat_sii import suite
__all__ = ['suite']