Fixed early line ending in StudentProposal model.
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 04 Mar 2009 16:54:17 +0000
changeset 1622 1ecd37ddc145
parent 1621 106a5a7834d0
child 1623 8b70d6bb3f8f
Fixed early line ending in StudentProposal model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/models/student_proposal.py
--- a/app/soc/models/student_proposal.py	Wed Mar 04 16:49:19 2009 +0000
+++ b/app/soc/models/student_proposal.py	Wed Mar 04 16:54:17 2009 +0000
@@ -71,8 +71,7 @@
                               required=False, collection_name='student_proposals')
 
   #: A property containing a list of possible Mentors for this proposal
-  possible_mentors = db.ListProperty(item_type=db.Key,
-      default=[])
+  possible_mentors = db.ListProperty(item_type=db.Key, default=[])
 
   #: the current score of this proposal, used to determine which proposals
   #: should be assigned a project slot.