Add missing blank line in soc.modules.gsoc.logic.models.student module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 25 Sep 2009 09:20:10 +0200
changeset 2976 a462a75b04d4
parent 2975 e73c0eb59022
child 2977 e4b6d1f02974
Add missing blank line in soc.modules.gsoc.logic.models.student module.
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.
   """