On Fri, Feb 19, 2010 at 03:40:33PM +0000, Guido Trotter wrote: > This class doesn't need its constructor to be called. > > Signed-off-by: Guido Trotter <ultrot...@google.com> > --- > daemons/ganeti-confd | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/daemons/ganeti-confd b/daemons/ganeti-confd > index b7198d0..d19bfad 100755 > --- a/daemons/ganeti-confd > +++ b/daemons/ganeti-confd > @@ -102,6 +102,7 @@ class ConfdInotifyEventHandler(pyinotify.ProcessEvent): > @param filename: config file to watch > > """ > + # pylint: disable-msg=W0231
LGTM.