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