Re: [libvirt] [PATCH python] Don't include virDomainSnapshotRef in python API

2013-11-26 Thread Eric Blake
On 11/26/2013 09:55 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The reference counting API is for internal use only. Attempts > to use it from python application code will cause havoc. > > Signed-off-by: Daniel P. Berrange > --- > generator.py | 3 ++- > 1 file changed, 2 in

[libvirt] [PATCH python] Don't include virDomainSnapshotRef in python API

2013-11-26 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The reference counting API is for internal use only. Attempts to use it from python application code will cause havoc. Signed-off-by: Daniel P. Berrange --- generator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generator.py b/generator.py