Fix too long lines in soc.logic.helper.notifications module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 15 Dec 2008 01:08:16 +0000
changeset 750 6e8d67d04507
parent 749 134d9954f4dc
child 751 16dffe0b6336
Fix too long lines in soc.logic.helper.notifications module. Patch by: Pawel Solyga
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 = {