# HG changeset patch # User Pawel Solyga # Date 1253863210 -7200 # Node ID a462a75b04d480cab0762fc3e64078bea077916f # Parent e73c0eb5902229b1297f2d8d982e4a27ea75793d Add missing blank line in soc.modules.gsoc.logic.models.student module. diff -r e73c0eb59022 -r a462a75b04d4 app/soc/modules/gsoc/logic/models/student.py --- a/app/soc/modules/gsoc/logic/models/student.py Fri Sep 25 09:07:35 2009 +0200 +++ b/app/soc/modules/gsoc/logic/models/student.py Fri Sep 25 09:20:10 2009 +0200 @@ -30,6 +30,7 @@ import soc.modules.gsoc.models.student + class Logic(student.Logic): """Logic methods for the GSoCStudent model. """