summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oslo_i18n/tests/test_gettextutils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/oslo_i18n/tests/test_gettextutils.py b/oslo_i18n/tests/test_gettextutils.py
index b38d0f1..6a30a95 100644
--- a/oslo_i18n/tests/test_gettextutils.py
+++ b/oslo_i18n/tests/test_gettextutils.py
@@ -20,7 +20,6 @@ import logging
from babel import localedata
import mock
from oslotest import base as test_base
-from oslotest import moxstubout
import six
from oslo_i18n import _factory
@@ -36,9 +35,6 @@ class GettextTest(test_base.BaseTestCase):
def setUp(self):
super(GettextTest, self).setUp()
- moxfixture = self.useFixture(moxstubout.MoxStubout())
- self.stubs = moxfixture.stubs
- self.mox = moxfixture.mox
# remember so we can reset to it later in case it changes
self._USE_LAZY = _lazy.USE_LAZY
self.t = _factory.TranslatorFactory('oslo_i18n.test')