trytond-systemlogics_modula/tests/__init__.py
2015-09-17 17:33:38 +02:00

6 lines
229 B
Python

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