trytond-nereid_account_invoice/tests/__init__.py

8 lines
243 B
Python
Raw Permalink Normal View History

2013-10-16 16:07:04 +02:00
#This file is part nereid_account_invoice module for Tryton.
#The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from .test_nereid_account_invoice import suite
2013-10-25 14:50:00 +02:00
__all__ = ['suite']