diff -r d4de17ab9a1f -r e389d26949db app/soc/logic/helper/notifications.py --- a/app/soc/logic/helper/notifications.py Wed May 27 00:31:40 2009 +0200 +++ b/app/soc/logic/helper/notifications.py Wed May 27 01:47:38 2009 +0200 @@ -191,6 +191,7 @@ 'scope_path': to_user.link_id } + # pylint: disable-msg=W0612 import soc.logic.models.notification key_name = model_logic.notification.logic.getKeyNameFromFields(fields) @@ -204,7 +205,7 @@ Args: notification_entity: Notification about which the message should be sent """ - + # pylint: disable-msg=W0612 import soc.views.models.notification # create the url to show this notification