app/soc/views/sitemap/sidebar.py
changeset 615 1d09147de51f
parent 614 53a3e46fc512
child 637 86ec079d8302
equal deleted inserted replaced
614:53a3e46fc512 615:1d09147de51f
    19 
    19 
    20 __authors__ = [
    20 __authors__ = [
    21     '"Sverre Rabbelier" <sverre@rabbelier.nl>',
    21     '"Sverre Rabbelier" <sverre@rabbelier.nl>',
    22   ]
    22   ]
    23 
    23 
       
    24 
       
    25 from soc.views import out_of_band
       
    26 from soc.views.helper import access
    24 
    27 
    25 SIDEBAR = []
    28 SIDEBAR = []
    26 
    29 
    27 
    30 
    28 def addMenu(callback):
    31 def addMenu(callback):