# HG changeset patch # User Lennard de Rijk # Date 1236185657 0 # Node ID 1ecd37ddc1450b7959fcf4e9d0e85924b34684a5 # Parent 106a5a7834d090022f7a80f7fe7a8f1a1e413b51 Fixed early line ending in StudentProposal model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 106a5a7834d0 -r 1ecd37ddc145 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.