trytond-systemlogics_modula/tests/__init__.py

7 lines
236 B
Python
Raw Permalink Normal View History

2015-09-17 17:33:38 +02:00
#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.
2015-12-02 09:30:55 +01:00
from .test_systemlogics_modula import suite
2015-09-17 17:33:38 +02:00
__all__ = ['suite']