blob: 77fa25d467c5b2235572845e91bc549c651802c4 (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- coding: utf-8 -*-
# Part of Odoo. 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
|