trytond-galatea_blog-old/tests/__init__.py
2014-05-27 12:17:33 +02:00

8 lines
223 B
Python

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