summaryrefslogtreecommitdiff
path: root/heat/common/identifier.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/common/identifier.py')
-rw-r--r--heat/common/identifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/common/identifier.py b/heat/common/identifier.py
index 46323b25d..02628b478 100644
--- a/heat/common/identifier.py
+++ b/heat/common/identifier.py
@@ -20,7 +20,7 @@ from urllib import parse as urlparse
from heat.common.i18n import _
-class HeatIdentifier(collections.Mapping):
+class HeatIdentifier(collections.abc.Mapping):
FIELDS = (
TENANT, STACK_NAME, STACK_ID, PATH