summaryrefslogtreecommitdiff
path: root/heat/tests/api/openstack_v1/tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/tests/api/openstack_v1/tools.py')
-rw-r--r--heat/tests/api/openstack_v1/tools.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heat/tests/api/openstack_v1/tools.py b/heat/tests/api/openstack_v1/tools.py
index 7ed27ee33..63a8b0521 100644
--- a/heat/tests/api/openstack_v1/tools.py
+++ b/heat/tests/api/openstack_v1/tools.py
@@ -11,7 +11,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
+
from oslo_config import cfg
from oslo_log import log
from oslo_messaging._drivers import common as rpc_common