trytond-systemlogics_modula/tests/__init__.py
2015-12-02 09:30:55 +01:00

6 lines
236 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_modula import suite
__all__ = ['suite']