]> git.apps.os.sepia.ceph.com Git - ceph.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>
Wed, 3 Jun 2020 11:56:59 +0000 (19:56 +0800)
commitb8fea9b91c30731e114d1f6f6aa7a32d250b987c
treeca7ecfb57ed2bfa0c144faf2fd9888045be8b434
parentf2a9d2955b12c06d855fa5e09315eb86e7e49064
qa/tasks/fs.py: use six.viewitems()

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

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 51fc7a992204fb14aba2eb29d96c1785a79ca27f)
qa/tasks/fs.py