Comment 5 for bug 1282888

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/138782
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=b3c6fc778afdac256ae688303b974bbd75599ad9
Submitter: Jenkins
Branch: master

commit b3c6fc778afdac256ae688303b974bbd75599ad9
Author: Peter Razumovsky <email address hidden>
Date: Wed Dec 3 19:43:15 2014 +0300

    Convert x.iteritems() to six.iteritems(x)

    Convert x.iteritems() to six.iteritems(x) for
    python 3.x compatibility.

    Change-Id: I040c1b753012d45e8bf9f3c20c4a39ef143959b9
    Closes-bug: #1282888