]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
script/subman: migrate to Python 3
authorNathan Cutler <ncutler@suse.com>
Thu, 19 Apr 2018 21:25:25 +0000 (23:25 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 23 Apr 2018 08:50:04 +0000 (10:50 +0200)
commit0593ca8ef505423da8238db8b4e312a1294bd62f
tree8b24528875d52c36e7febfb8ef3473cd95e22b31
parent7a17722d455a16a64a0c52e9f75838ebeefa0258
script/subman: migrate to Python 3

In Python 3.5, json.loads() wants str input. (This seems to be fixed in Python
3.6, but the Jenkins make check CI is still on 3.5.)

Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/script/subman