app/soc/modules/soc_core/callback.py
changeset 2358 e5821b87f6e3
parent 2333 221482a54238
child 2436 cbcd87155630
equal deleted inserted replaced
2357:f7b0c04e1e81 2358:e5821b87f6e3
    18 __authors__ = [
    18 __authors__ = [
    19   '"Sverre Rabbelier" <sverre@rabbelier.nl>',
    19   '"Sverre Rabbelier" <sverre@rabbelier.nl>',
    20   '"Lennard de Rijk" <ljvderijk@gmail.com>',
    20   '"Lennard de Rijk" <ljvderijk@gmail.com>',
    21   ]
    21   ]
    22 
    22 
    23 
       
    24 from soc.modules import callback
       
    25 
    23 
    26 from soc.views.models import club
    24 from soc.views.models import club
    27 from soc.views.models import club_app
    25 from soc.views.models import club_app
    28 from soc.views.models import club_admin
    26 from soc.views.models import club_admin
    29 from soc.views.models import club_member
    27 from soc.views.models import club_member