Re: [libvirt] [PATCH 3/3] Fix references to self.warning()

2011-08-11 Thread Eric Blake
On 08/11/2011 06:50 AM, Philipp Hahn wrote: Only the class CParser declares a method warning(), but the other classes still try to call their self.warning() method, which fails. Move the warning() functions to its own base classe and inherit from s/classe/class/ that in all other classes. S

[libvirt] [PATCH 3/3] Fix references to self.warning()

2011-08-11 Thread Philipp Hahn
Only the class CParser declares a method warning(), but the other classes still try to call their self.warning() method, which fails. Move the warning() functions to its own base classe and inherit from that in all other classes. Signed-off-by: Philipp Hahn --- docs/apibuild.py | 48 +