]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: Actually add virConnectGetVersion to generated bindings
authorCole Robinson <crobinso@redhat.com>
Wed, 17 Feb 2010 20:55:46 +0000 (15:55 -0500)
committerCole Robinson <crobinso@redhat.com>
Wed, 17 Feb 2010 21:15:57 +0000 (16:15 -0500)
commit148114e3258803630362d4bbae9a767134194f07
tree756913283bde756d5ee9ea17cbccd9f1b67b8362
parent2bd559ff5d1f3cb4f2459bcd72ec15cb23bd48f4
python: Actually add virConnectGetVersion to generated bindings

The recent commit to implement a python version of this function
didn't drop an explicit 'ignore' check in the generator, so this
never ended up in the bindings.
python/generator.py