app/soc/modules/gsoc/logic/models/student.py
changeset 2976 a462a75b04d4
parent 2762 02b464717ef5
--- 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.
   """