app/soc/modules/gsoc/logic/models/student.py
changeset 2976 a462a75b04d4
parent 2762 02b464717ef5
equal deleted inserted replaced
2975:e73c0eb59022 2976:a462a75b04d4
    28 
    28 
    29 from soc.modules.gsoc.logic.models import program as program_logic
    29 from soc.modules.gsoc.logic.models import program as program_logic
    30 
    30 
    31 import soc.modules.gsoc.models.student
    31 import soc.modules.gsoc.models.student
    32 
    32 
       
    33 
    33 class Logic(student.Logic):
    34 class Logic(student.Logic):
    34   """Logic methods for the GSoCStudent model.
    35   """Logic methods for the GSoCStudent model.
    35   """
    36   """
    36 
    37 
    37   def __init__(self, model=soc.modules.gsoc.models.student.GSoCStudent,
    38   def __init__(self, model=soc.modules.gsoc.models.student.GSoCStudent,