-trytond-company_subdivisio.../tests/__init__.py
2015-01-09 11:12:52 +01:00

8 lines
253 B
Python

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