]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/fs.py: use six.viewitems()
authorKefu Chai <kchai@redhat.com>
Sun, 5 Apr 2020 12:54:02 +0000 (20:54 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 7 Apr 2020 13:51:22 +0000 (21:51 +0800)
commit51fc7a992204fb14aba2eb29d96c1785a79ca27f
treecfeab29bce6e7e01faf6aca52db8473d4a774a95
parent21d6c5a95b4a6873bc8f35a74e3f48436bd96264
qa/tasks/fs.py: use six.viewitems()

in python3, dict.viewitems() is replaced with dict.items().

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/fs.py