]> git.ipfire.org Git - thirdparty/util-linux.git/commit
pylibmount: basic code
authorOndrej Oprala <ooprala@redhat.com>
Mon, 19 Aug 2013 13:00:15 +0000 (15:00 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 19 Aug 2013 13:00:15 +0000 (15:00 +0200)
commit813683a3525d0530968698b92cd604b1f49b26a7
treecc745538765055bca6dfc74c1728de6b76184f5c
parentd78df0ac6546bfe5500ca97f2bf05153d93e1eef
pylibmount: basic code

[kzak@redhat.com: - split to more patches
                  - split to more .c files]

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/python/Makemodule.am
libmount/python/context.c [new file with mode: 0644]
libmount/python/fs.c [new file with mode: 0644]
libmount/python/pylibmount.c [new file with mode: 0644]
libmount/python/pylibmount.h [new file with mode: 0644]
libmount/python/tab.c [new file with mode: 0644]