8 lines
234 B
Python
8 lines
234 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import test_event_menus
|
||
|
from . import test_track_internals
|
||
|
from . import test_website_event
|
||
|
from . import test_website_visitor
|