src/cm/exception.py
author gibus
Mon, 14 Nov 2011 10:16:54 +0100
changeset 391 284692d9d504
parent 0 40c8f766c9b8
permissions -rw-r--r--
add_comment_button should be hidden with initially_hidden css class if can_create_comment permission is false => do not set this css property directly on html element.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     1
class UnauthorizedException(Exception):
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     2
    pass