]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind: update ceph_volume_client for cython 7745/head
authorJohn Spray <john.spray@redhat.com>
Fri, 26 Feb 2016 12:49:00 +0000 (12:49 +0000)
committerMehdi Abaakouk <sileht@redhat.com>
Mon, 29 Feb 2016 10:36:57 +0000 (11:36 +0100)
commit4b172fd27d57df435a3e53e6f3cae3197a54c303
treef8b4fb7e409821c73578b9eaf0c6024db92a9ac4
parent7f03c0e5b2b4da3e4c1534eefbedede3ce51de26
pybind: update ceph_volume_client for cython

No need to explicitly touch the (no-longer-existing)
load_libcephfs method during module load, as with
the cython version we already get an ImportError
if the C library is unavailable.

Signed-off-by: John Spray <john.spray@redhat.com>
src/pybind/ceph_volume_client.py