Re: [libvirt] [PATCH 2/5] python: Add a newline between virConnect and virNode for readability.

2009-09-23 Thread Cole Robinson
On 09/23/2009 01:09 PM, Daniel P. Berrange wrote: > On Wed, Sep 23, 2009 at 01:01:25PM -0400, Cole Robinson wrote: >> In the generated bindings, they are squashed on top of each other. >> >> Signed-off-by: Cole Robinson >> --- >> python/virConnect.py |1 + >> 1 files changed, 1 insertions(+),

Re: [libvirt] [PATCH 2/5] python: Add a newline between virConnect and virNode for readability.

2009-09-23 Thread Daniel P. Berrange
On Wed, Sep 23, 2009 at 01:01:25PM -0400, Cole Robinson wrote: > In the generated bindings, they are squashed on top of each other. > > Signed-off-by: Cole Robinson > --- > python/virConnect.py |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/python/virConnect.py b/

[libvirt] [PATCH 2/5] python: Add a newline between virConnect and virNode for readability.

2009-09-23 Thread Cole Robinson
In the generated bindings, they are squashed on top of each other. Signed-off-by: Cole Robinson --- python/virConnect.py |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/python/virConnect.py b/python/virConnect.py index 1fdf548..096a1ba 100644 --- a/python/virConnect.py +