[libvirt] [PATCH python 03/14] override: Fix native module registration to work with Python3

2013-12-09 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com The way native modules are registered has completely changed, so the code must be #ifdef'd for Python2 3 Signed-off-by: Daniel P. Berrange berra...@redhat.com --- libvirt-lxc-override.c | 73 +++

Re: [libvirt] [PATCH python 03/14] override: Fix native module registration to work with Python3

2013-12-09 Thread Doug Goldstein
On Mon, Dec 9, 2013 at 9:15 AM, Daniel P. Berrange berra...@redhat.com wrote: From: Daniel P. Berrange berra...@redhat.com The way native modules are registered has completely changed, so the code must be #ifdef'd for Python2 3 Signed-off-by: Daniel P. Berrange berra...@redhat.com ---