Merge "remove the use of iteritems"

This commit is contained in:
Jenkins 2017-08-02 23:49:18 +00:00 committed by Gerrit Code Review
commit da32df8d49

View File

@ -16,7 +16,7 @@ cgroup_device_acl = [
{% endif %}
{% if qemu_conf_dict is defined %}
{% for key, value in qemu_conf_dict.iteritems() %}
{% for key, value in qemu_conf_dict.items() %}
{{ key }} = {{ value }}
{% endfor %}
{% endif %}