aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2010-02-17 15:55:46 -0500
committerCole Robinson <crobinso@redhat.com>2010-02-17 16:15:57 -0500
commit148114e3258803630362d4bbae9a767134194f07 (patch)
tree756913283bde756d5ee9ea17cbccd9f1b67b8362 /python/generator.py
parentbuild: inform libtool of m4 directory (diff)
downloadlibvirt-148114e3258803630362d4bbae9a767134194f07.tar.gz
libvirt-148114e3258803630362d4bbae9a767134194f07.tar.bz2
libvirt-148114e3258803630362d4bbae9a767134194f07.zip
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.
Diffstat (limited to 'python/generator.py')
-rwxr-xr-xpython/generator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/generator.py b/python/generator.py
index 37c0169ec..24eaf502d 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -319,7 +319,6 @@ skip_function = (
'virConnectListDomains', # Python API is called virConectListDomainsID for unknown reasons
'virConnSetErrorFunc', # Not used in Python API XXX is this a bug ?
'virResetError', # Not used in Python API XXX is this a bug ?
- 'virConnectGetVersion', # Not used in Python API XXX is this a bug ?
'virGetVersion', # Python C code is manually written
'virSetErrorFunc', # Python API is called virRegisterErrorHandler for unknown reasons
'virConnCopyLastError', # Python API is called virConnGetLastError instead