From 4eea17390508277c5c7578aca9d70887c23d4bbe Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Fri, 19 Feb 2010 15:36:48 +0000
Subject: [PATCH] Disable warning for not calling ProcessEvent  init

This class doesn't need its constructor to be called.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 daemons/ganeti-confd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/daemons/ganeti-confd b/daemons/ganeti-confd
index b7198d09f..d19bfad06 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
     # no need to call the parent's constructor
     self.watch_manager = watch_manager
     self.callback = callback
-- 
GitLab