Add missing blank line in soc.modules.gsoc.logic.models.student module.
--- 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.
"""