summaryrefslogtreecommitdiff
path: root/oslo_i18n/tests/test_gettextutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_i18n/tests/test_gettextutils.py')
-rw-r--r--oslo_i18n/tests/test_gettextutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_i18n/tests/test_gettextutils.py b/oslo_i18n/tests/test_gettextutils.py
index 2eca069..0592542 100644
--- a/oslo_i18n/tests/test_gettextutils.py
+++ b/oslo_i18n/tests/test_gettextutils.py
@@ -16,9 +16,9 @@
import gettext
import logging
+from unittest import mock
from babel import localedata
-import mock
from oslotest import base as test_base
import six