Fix too long lines in soc.logic.models.student_proposal module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
--- a/app/soc/logic/models/student_proposal.py Wed Mar 04 17:04:25 2009 +0000
+++ b/app/soc/logic/models/student_proposal.py Wed Mar 04 17:21:39 2009 +0000
@@ -36,7 +36,8 @@
"""
def __init__(self, model=soc.models.student_proposal.StudentProposal,
- base_model=soc.models.linkable.Linkable, scope_logic=student_logic):
+ base_model=soc.models.linkable.Linkable,
+ scope_logic=student_logic):
"""Defines the name, key_name and model for this entity.
"""