# HG changeset patch # User Pawel Solyga # Date 1236187299 0 # Node ID 1fc2089f4bc95183edbe4baa2ff2db88c46ebf67 # Parent 8b70d6bb3f8ffed8695727ea4f0c7c6f6dfa3798 Fix too long lines in soc.logic.models.student_proposal module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 8b70d6bb3f8f -r 1fc2089f4bc9 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. """