trytond-sale_opportunity_qu.../tests/__init__.py
2015-12-02 09:42:42 +01:00

8 lines
245 B
Python

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