]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
ceph_deploy/conf: s/SafeConfigParser/ConfigParser/
authorKefu Chai <kchai@redhat.com>
Wed, 3 Jun 2020 09:01:44 +0000 (17:01 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 3 Jun 2020 09:19:27 +0000 (17:19 +0800)
commita7820a272b19b79e7317ed8564a25019f2f7ce0d
treed6a8bf7701db76ab74a1b58db5972fac03d51fa3
parent595bdf0268ef75502275395d7c44769a35b622fa
ceph_deploy/conf: s/SafeConfigParser/ConfigParser/

as SafeConfigParser was renamed to ConfigParser in Python3 and in
Python2 backport of configparser module, so let's just use the latter.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph_deploy/conf/cephdeploy.py
setup.py