summaryrefslogtreecommitdiff
path: root/heatclient/tests/unit/test_template_format.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/tests/unit/test_template_format.py')
-rw-r--r--heatclient/tests/unit/test_template_format.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heatclient/tests/unit/test_template_format.py b/heatclient/tests/unit/test_template_format.py
index ffc1ec4..ab2aa1a 100644
--- a/heatclient/tests/unit/test_template_format.py
+++ b/heatclient/tests/unit/test_template_format.py
@@ -10,7 +10,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
+
import six
import testscenarios
import testtools