heat-cfntools/heat_cfntools/cfntools
Miro Hrončok f8796122c5 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
2015-02-21 11:17:53 +01:00
..
__init__.py rename python package heat_jeos to heat_cfntools 2012-12-24 17:07:35 +13:00
cfn_helper.py Python 3 compatibility 2015-02-21 11:17:53 +01:00