trytond-account_invoice_def.../tests/__init__.py
2014-09-25 17:19:14 +02:00

6 lines
273 B
Python

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