hooks/notification.py
branchstable
changeset 4719 aaed3f813ef8
parent 4584 eef17cfcfa9c
child 4721 8f63691ccb7f
equal deleted inserted replaced
4718:3dc3ad02d091 4719:aaed3f813ef8
     7 """
     7 """
     8 __docformat__ = "restructuredtext en"
     8 __docformat__ = "restructuredtext en"
     9 
     9 
    10 from logilab.common.textutils import normalize_text
    10 from logilab.common.textutils import normalize_text
    11 
    11 
    12 from cubicweb import RegistryException
       
    13 from cubicweb.selectors import implements
    12 from cubicweb.selectors import implements
    14 from cubicweb.server import hook
    13 from cubicweb.server import hook
    15 from cubicweb.sobjects.supervising import SupervisionMailOp
    14 from cubicweb.sobjects.supervising import SupervisionMailOp
    16 
    15 
    17 class RenderAndSendNotificationView(hook.Operation):
    16 class RenderAndSendNotificationView(hook.Operation):