hooks/notification.py
changeset 7894 ad0eeb0f7a8d
parent 7879 9aae456abab5
child 8190 2a3c1b787688
child 8227 884405bf3621
--- a/hooks/notification.py	Thu Sep 29 14:07:37 2011 +0200
+++ b/hooks/notification.py	Thu Sep 29 14:47:04 2011 +0200
@@ -28,6 +28,8 @@
 
 class RenderAndSendNotificationView(hook.Operation):
     """delay rendering of notification view until precommit"""
+    view = None # make pylint happy
+
     def precommit_event(self):
         view = self.view
         if view.cw_rset is not None and not view.cw_rset: