trytond-sale_margin/tests/__init__.py
2013-10-25 15:42:34 +02:00

7 lines
221 B
Python
Executable file

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