1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/python
David Teigland 7ef152c072 python: move lvm_init
Only call lvm_init() when it's needed so that simply
loading the lvm python code in another program doesn't
make that program do lvm initialization.

The version call doesn't need a handle.

The garbage collection can just do lvm_quit to destroy
the command.  The next call that needs lvm_init will
do it first.
2016-05-16 14:36:55 -05:00
..
.gitignore gitignore: Update for in-place build. 2015-07-27 13:18:35 +01:00
example.py python: python 3 compat patch for lvm2 2015-04-29 15:09:56 +02:00
liblvm.c python: move lvm_init 2016-05-16 14:36:55 -05:00
Makefile.in lvmdbus: Add new daemon. 2016-02-17 23:53:35 +00:00
setup.py.in python: Add bindings for liblvm2app. 2012-10-12 02:08:47 +01:00