]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Move pybind rbd module into it own directory
authorMehdi Abaakouk <sileht@redhat.com>
Thu, 11 Feb 2016 08:30:52 +0000 (09:30 +0100)
committerMehdi Abaakouk <sileht@redhat.com>
Tue, 16 Feb 2016 17:41:09 +0000 (18:41 +0100)
commitd3ac713d88ce9cfc5700e24f7b3a3bcb36b77f80
tree8300d4e022a51c58f3c01f3f35d36b15e3d7c4e9
parent64c1d54354a09a8485193dce9d5da1c526d1aadd
Move pybind rbd module into it own directory

To allow to create a autonomous rados module with cython.
We move the current librbdpy to the rbd sub directory.

Signed-off-by: Mehdi Abaakouk <sileht@redhat.com>
src/pybind/Makefile.am
src/pybind/rbd.pyx [deleted file]
src/pybind/rbd/Makefile.am [new file with mode: 0644]
src/pybind/rbd/rbd.pyx [new file with mode: 0644]
src/pybind/rbd/setup.py [new file with mode: 0755]
src/pybind/setup.py [deleted file]