app/soc/views/models/notification.py
changeset 2361 40b0c25a5793
parent 2164 94e498e3dd44
child 2748 7fbc98f3adde
--- a/app/soc/views/models/notification.py	Wed May 27 01:47:38 2009 +0200
+++ b/app/soc/views/models/notification.py	Wed May 27 02:09:38 2009 +0200
@@ -190,6 +190,7 @@
       user = user_logic.getForCurrentAccount()
       
       # if the message is meant for the user that is reading it
+      # pylint: disable-msg=E1103
       if entity.scope.key() == user.key():
         # mark the entity as read
         self._logic.updateEntityProperties(entity, {'unread' : False} )