summaryrefslogtreecommitdiffstats
path: root/sanitytest.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing error constants in libvirt python moduleDaniel P. Berrange2013-02-051-0/+31
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>