Fix too long lines in soc.logic.models.student_proposal module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Wed, 04 Mar 2009 17:21:39 +0000
changeset 1624 1fc2089f4bc9
parent 1623 8b70d6bb3f8f
child 1625 cd7174032b56
Fix too long lines in soc.logic.models.student_proposal module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/logic/models/student_proposal.py
--- 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.
     """