From b4395b9d437e6bc8a99ddfcc71cb861a2ecd70f7 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Mon, 2 Jan 2017 16:56:33 +0500 Subject: [PATCH] [PORT] fix imports --- mail_archives/tests/test_js.py | 8 ++++---- mail_sent/tests/test_js.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mail_archives/tests/test_js.py b/mail_archives/tests/test_js.py index af6d4ce..ecb0384 100644 --- a/mail_archives/tests/test_js.py +++ b/mail_archives/tests/test_js.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- -import openerp.tests +import odoo.tests -@openerp.tests.common.at_install(False) -@openerp.tests.common.post_install(True) -class TestUi(openerp.tests.HttpCase): +@odoo.tests.common.at_install(False) +@odoo.tests.common.post_install(True) +class TestUi(odoo.tests.HttpCase): def test_01_mail_archives(self): # wait till page loaded and then click and wait again diff --git a/mail_sent/tests/test_js.py b/mail_sent/tests/test_js.py index 3b1ef2b..0fe1ba5 100644 --- a/mail_sent/tests/test_js.py +++ b/mail_sent/tests/test_js.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- -import openerp.tests +import odoo.tests -@openerp.tests.common.at_install(False) -@openerp.tests.common.post_install(True) -class TestUi(openerp.tests.HttpCase): +@odoo.tests.common.at_install(False) +@odoo.tests.common.post_install(True) +class TestUi(odoo.tests.HttpCase): def test_01_mail_sent(self): # wait till page loaded and then click and wait again