app/soc/modules/ghop/views/models/program.py
changeset 2784 801eee4eda9a
parent 2783 339696f3f5cf
equal deleted inserted replaced
2783:339696f3f5cf 2784:801eee4eda9a
    32 from soc.views.models import program 
    32 from soc.views.models import program 
    33 from soc.views.sitemap import sidebar
    33 from soc.views.sitemap import sidebar
    34 
    34 
    35 import soc.cache.logic
    35 import soc.cache.logic
    36 
    36 
       
    37 from soc.modules.ghop.logic.models import program as ghop_program_logic
    37 import soc.modules.ghop.logic.models.program
    38 import soc.modules.ghop.logic.models.program
    38 
    39 
    39 
    40 
    40 class View(program.View):
    41 class View(program.View):
    41   """View methods for the GHOP Program model.
    42   """View methods for the GHOP Program model.