trytond-account_dunning_cron/tests/__init__.py
2014-11-07 13:03:15 +01:00

8 lines
241 B
Python

# This file is part account_dunning_cron module for Tryton.
# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from .test_account_dunning_cron import suite
__all__ = ['suite']