[libvirt] [libvirt-python] Call virGetLastError from mod rather than py wrapper

2013-11-26 Thread Doug Goldstein
All other code always calls the methods from the mod rather than using the python wrapper so this matches the state of all other callers. --- libvirt-override.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-override.py b/libvirt-override.py index ccfec48..87996f8

Re: [libvirt] [libvirt-python] Call virGetLastError from mod rather than py wrapper

2013-11-26 Thread Eric Blake
On 11/26/2013 12:00 PM, Doug Goldstein wrote: All other code always calls the methods from the mod rather than using the python wrapper so this matches the state of all other callers. --- libvirt-override.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ACK diff --git