[FIX] import mock the python3 way

pull/584/head
Holger Brunn 2020-07-29 18:01:38 +02:00
parent 510e662545
commit 891aab2b63
No known key found for this signature in database
GPG Key ID: E7E55B810B0A07A4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Copyright 2017 Tecnativa - David Vidal
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import mock
from unittest import mock
from odoo.exceptions import UserError, ValidationError
from odoo.tests.common import TransactionCase