summaryrefslogtreecommitdiff
path: root/oslotest/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslotest/base.py')
-rw-r--r--oslotest/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslotest/base.py b/oslotest/base.py
index acb7a33..fb4b02d 100644
--- a/oslotest/base.py
+++ b/oslotest/base.py
@@ -16,7 +16,6 @@
"""Common utilities used in testing"""
import logging
-from unittest import mock
import fixtures
from oslotest import createfile
@@ -24,6 +23,7 @@ from oslotest import log
from oslotest import output
from oslotest import timeout
+from six.moves import mock
import testtools
LOG = logging.getLogger(__name__)