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
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