# HG changeset patch # User Pawel Solyga # Date 1229303296 0 # Node ID 6e8d67d04507d193c2d5c8884eb93dbf7b0d376c # Parent 134d9954f4dcbf623bc76a65600daab5027a5040 Fix too long lines in soc.logic.helper.notifications module. Patch by: Pawel Solyga diff -r 134d9954f4dc -r 6e8d67d04507 app/soc/logic/helper/notifications.py --- a/app/soc/logic/helper/notifications.py Mon Dec 15 01:07:18 2008 +0000 +++ b/app/soc/logic/helper/notifications.py Mon Dec 15 01:08:16 2008 +0000 @@ -97,10 +97,11 @@ properties = {'account': users.get_current_user()} current_user_entity = user_logic.logic.getForFields(properties, unique=True) - # TODO(Lennard): change the message sender to some sort of no-reply adress that is - # probably a setting in sitesettings. (adress must be a developer). This is due - # to a GAE limitation that allows only devs or the current user to send an email. - # Currently this results in a user receiving the same email twice. + # TODO(Lennard): change the message sender to some sort of no-reply adress + # that is probably a setting in sitesettings. (adress must be a developer). + # This is due to a GAE limitation that allows only devs or the current user + # to send an email. Currently this results in a user receiving the same + # email twice. # create the message contents messageProperties = {