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 fb4b02d..acb7a33 100644
--- a/oslotest/base.py
+++ b/oslotest/base.py
@@ -16,6 +16,7 @@
"""Common utilities used in testing"""
import logging
+from unittest import mock
import fixtures
from oslotest import createfile
@@ -23,7 +24,6 @@ from oslotest import log
from oslotest import output
from oslotest import timeout
-from six.moves import mock
import testtools
LOG = logging.getLogger(__name__)