mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
10 lines
294 B
Python
10 lines
294 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import common
|
|
from . import test_event_internals
|
|
from . import test_ui
|
|
from . import test_visitor_events
|
|
from . import test_website_event
|
|
from . import test_website_event_access
|