trytond-ir_sequence_period/tests/__init__.py
Sergio Morillo 0bb33a8af6 Initial commit.
This commit refs #6833
2019-01-10 22:55:20 +01:00

5 lines
178 B
Python

# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from .test_ir_sequence_period import suite
__all__ = ['suite']