mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
7ef152c072
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. |
||
---|---|---|
.. | ||
.gitignore | ||
example.py | ||
liblvm.c | ||
Makefile.in | ||
setup.py.in |