blob: d5c89ac7b9d1579e9d52ee0e0e4ce55cb4af1637 (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- coding: utf-8 -*-
from . import test_access_rights
from . import test_project_base
from . import test_project_config
from . import test_project_flow
from . import test_project_recurrence
from . import test_project_ui
from . import test_multicompany
|