summaryrefslogtreecommitdiff
path: root/heatclient/tests/unit/osc/v1/fakes.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/tests/unit/osc/v1/fakes.py')
-rw-r--r--heatclient/tests/unit/osc/v1/fakes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/tests/unit/osc/v1/fakes.py b/heatclient/tests/unit/osc/v1/fakes.py
index 87525bb..dec0c6a 100644
--- a/heatclient/tests/unit/osc/v1/fakes.py
+++ b/heatclient/tests/unit/osc/v1/fakes.py
@@ -13,7 +13,7 @@
# under the License.
#
-import mock
+from unittest import mock
from heatclient.tests.unit.osc import utils