diff -r e389d26949db -r 40b0c25a5793 app/soc/views/models/notification.py --- 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} )