Comment 4 for bug 1347899

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

Reviewed: https://review.openstack.org/145200
Committed: https://git.openstack.org/cgit/openstack/heat-cfntools/commit/?id=f8796122c504925989cd39fe3424d484720ff190
Submitter: Jenkins
Branch: master

commit f8796122c504925989cd39fe3424d484720ff190
Author: Miro Hrončok <email address hidden>
Date: Tue Jan 6 09:54:02 2015 +0100

    Python 3 compatibility

     * ConfigParser import from six
     * Drop iteritems()
      * To support both Python 2 and 3
     * Encode string before writing it to file
      * To support both Python 2 and 3
     * Use six.string_types
      * To support both Python 2 and 3
     * Use key on Python 3
      * Because cmp is no longer working
     * Add py33 and py34 to tox.ini

    Change-Id: I23985be55302cd4ef577919efb51975ecbd9563d
    Related-Bug: 1347899