]> xenbits.xensource.com Git - libvirt.git/commit
Fix missing error constants in libvirt python module
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 5 Feb 2013 12:55:09 +0000 (12:55 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 5 Feb 2013 15:40:20 +0000 (15:40 +0000)
commit25ea8e47e74def560bf89cd94dd54b75ca5ff4d6
treed2bcff06b5b3fcc74f3c41ad3beb2e5a45e5cbfa
parent137229bf4aec7647f3f04033ad390bcc872bd7e1
Fix missing error constants in libvirt python module

The previous change to the generator, changed too much - only
the functions are in 'virerror.c', the constants remained in
'virerror.h' which could not be renamed for API compat reasons.

Add a test case to sanity check the generated python bindings

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
python/Makefile.am
python/generator.py
python/sanitytest.py [new file with mode: 0644]