trytond-nereid_blog/tests/__init__.py

7 lines
172 B
Python
Raw Normal View History

2013-07-10 19:38:31 +02:00
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
2013-07-16 16:35:54 +02:00
from .test_nereid_blog import suite
2013-10-25 14:50:26 +02:00
__all__ = ['suite']