summaryrefslogtreecommitdiff
path: root/oslotest/mockpatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslotest/mockpatch.py')
-rw-r--r--oslotest/mockpatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslotest/mockpatch.py b/oslotest/mockpatch.py
index a8ffeb3..cf4c735 100644
--- a/oslotest/mockpatch.py
+++ b/oslotest/mockpatch.py
@@ -16,7 +16,7 @@
# under the License.
import fixtures
-import mock
+from six.moves import mock
class PatchObject(fixtures.Fixture):