shade/shade/_heat
rajat29 06b390ad7c Replace six.itervalues with dict.values()
We should avoid using six.itervalues to achieve iterators.
We can use dict.values instead, as it willreturn iterators
in PY3 as well. And dict.items/values will more
readable.

Change-Id: I81fcf7cfdbd24784039ec2aca6a0c1f503a76502
2017-07-20 19:06:32 +05:30
..
__init__.py Copy in needed template processing utils from heatclient 2017-01-31 12:40:44 +00:00
environment_format.py Copy in needed template processing utils from heatclient 2017-01-31 12:40:44 +00:00
event_utils.py Don't remove top-container for stack and zone REST API calls 2017-06-12 15:56:12 +00:00
template_format.py Copy in needed template processing utils from heatclient 2017-01-31 12:40:44 +00:00
template_utils.py Replace six.itervalues with dict.values() 2017-07-20 19:06:32 +05:30
utils.py Copy in needed template processing utils from heatclient 2017-01-31 12:40:44 +00:00