app/soc/modules/ghop/views/models/timeline.py
changeset 2893 1adc6a815c71
parent 2890 515ea474e0a2
child 2936 75f9c945ed8a
equal deleted inserted replaced
2892:d7a19ac73f22 2893:1adc6a815c71
    22     '"Lennard de Rijk" <ljvderijk@gmail.com>',
    22     '"Lennard de Rijk" <ljvderijk@gmail.com>',
    23   ]
    23   ]
    24 
    24 
    25 
    25 
    26 from soc.logic import dicts
    26 from soc.logic import dicts
       
    27 from soc.views.helper import decorators
       
    28 from soc.views.models import timeline
    27 
    29 
    28 from soc.modules.ghop.logic.models import program as ghop_program_logic
    30 from soc.modules.ghop.logic.models import program as ghop_program_logic
    29 from soc.modules.ghop.logic.models import timeline as ghop_timeline_logic
    31 from soc.modules.ghop.logic.models import timeline as ghop_timeline_logic
    30 from soc.modules.ghop.views.helper import access as ghop_access
    32 from soc.modules.ghop.views.helper import access as ghop_access
    31 
    33