Fixed early line ending in StudentProposal model.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- 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.