Fix too long lines in soc.models.group_app module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Wed, 04 Mar 2009 17:30:22 +0000
changeset 1629 9ef5ff7a6d8f
parent 1628 276e8e72c874
child 1630 850c08c90345
Fix too long lines in soc.models.group_app module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/models/group_app.py
--- a/app/soc/models/group_app.py	Wed Mar 04 17:29:35 2009 +0000
+++ b/app/soc/models/group_app.py	Wed Mar 04 17:30:22 2009 +0000
@@ -116,7 +116,7 @@
   created_on = db.DateTimeProperty(required=True, auto_now_add=True,
       verbose_name=ugettext('Created on'))
   
-  # timestamp to record the time on which this application has been last modified
-  # also changes when the review properties change
+  # timestamp to record the time on which this application has been 
+  # last modified also changes when the review properties change
   last_modified_on = db.DateTimeProperty(required=True, auto_now=True,
       verbose_name=ugettext('Last modified on'))