Files
python-heatclient/heatclient
Cyril Roelandt 30ce6d920f Python 3: decode bytes before feeding them to jsonutils.loads()
urlopen(...).read() returns bytes in Python 3, so we cannot call
jsonutils.loads() on the output: we first have to decode() it.

Change-Id: I39504059a8c82347476dd88dfcbd060d58df13d0
2014-03-22 06:14:38 +01:00
..
2013-09-04 14:29:56 +08:00
2012-10-10 08:55:03 +13:00
2014-02-07 14:52:22 -06:00