[libvirt] [PATCH] Fix generating python bindings

2009-02-12 Thread Cole Robinson
The recent API additions virSaveLastError and virFreeError upset the python bindings generator. Add a rule to explicitly skip them for the bindings, since (as far as I can tell) the libvirtError class provides everything we need. Thanks, Cole diff --git a/python/generator.py b/python/generator.py

Re: [libvirt] [PATCH] Fix generating python bindings

2009-02-12 Thread John Levon
On Thu, Feb 12, 2009 at 02:37:46PM -0500, Cole Robinson wrote: The recent API additions virSaveLastError and virFreeError upset the python bindings generator. Add a rule to explicitly skip them for the bindings, since (as far as I can tell) the libvirtError class provides everything we need.

Re: [libvirt] [PATCH] Fix generating python bindings

2009-02-12 Thread Cole Robinson
John Levon wrote: On Thu, Feb 12, 2009 at 02:37:46PM -0500, Cole Robinson wrote: The recent API additions virSaveLastError and virFreeError upset the python bindings generator. Add a rule to explicitly skip them for the bindings, since (as far as I can tell) the libvirtError class provides