app/soc/models/student_proposal.py
changeset 1622 1ecd37ddc145
parent 1608 ddef5428d3c9
child 1657 77832a2171af
--- 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.