app/soc/views/helper/decorators.py
changeset 987 6fd5c561b446
parent 972 43018f61b481
child 1007 3b66772d21a5
equal deleted inserted replaced
986:e9611a2288ca 987:6fd5c561b446
    17 """Views decorators.
    17 """Views decorators.
    18 """
    18 """
    19 
    19 
    20 __authors__ = [
    20 __authors__ = [
    21   '"Pawel Solyga" <pawel.solyga@gmail.com>',
    21   '"Pawel Solyga" <pawel.solyga@gmail.com>',
       
    22   '"Sverre Rabbelier" <sverre@rabbelier.nl>',
    22   ]
    23   ]
    23 
    24 
    24 
    25 
    25 import logging
    26 import logging
    26 
    27