trytond-galatea_tutorial_pr.../tests/__init__.py
2015-01-28 16:12:48 +01:00

8 lines
252 B
Python

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