summaryrefslogtreecommitdiff
path: root/oslo_utils/tests/tests_encodeutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_utils/tests/tests_encodeutils.py')
-rw-r--r--oslo_utils/tests/tests_encodeutils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/oslo_utils/tests/tests_encodeutils.py b/oslo_utils/tests/tests_encodeutils.py
index 834c6d2..546e8ea 100644
--- a/oslo_utils/tests/tests_encodeutils.py
+++ b/oslo_utils/tests/tests_encodeutils.py
@@ -15,7 +15,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
+
from oslo_i18n import fixture as oslo_i18n_fixture
from oslotest import base as test_base
import six