]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/ceph_daemon: import OrderedDict from collections 41491/head
authorKefu Chai <kchai@redhat.com>
Mon, 24 May 2021 02:00:25 +0000 (10:00 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 24 May 2021 02:02:02 +0000 (10:02 +0800)
commitb2a32d1bba8add2c8ff42193f098ba44dceefcb1
treeec89d82a97a87272ab432eff1b0e539ef8cde5a0
parent6170b2bd547f0cf4919f08df0177d76775aae584
pybind/ceph_daemon: import OrderedDict from collections

as OrderedDict is always provided by collections module since Python3.1,
and we only support python3.6 and up, there is no need to try to import
OrderedDict from collections.abc anymore.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/ceph_daemon.py