trytond-account_es_es/tests/__init__.py

11 lines
326 B
Python

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