sobjects/notification.py
branchtls-sprint
changeset 803 ab8d2282e738
parent 781 323656dd85a9
child 877 decb67772c92
equal deleted inserted replaced
802:251529858b81 803:ab8d2282e738
    18 from logilab.common.textutils import normalize_text
    18 from logilab.common.textutils import normalize_text
    19 from logilab.common.deprecation import class_renamed
    19 from logilab.common.deprecation import class_renamed
    20 
    20 
    21 from cubicweb import RegistryException
    21 from cubicweb import RegistryException
    22 from cubicweb.selectors import implements, yes
    22 from cubicweb.selectors import implements, yes
    23 from cubicweb.common.view import EntityView, Component
    23 from cubicweb.view import EntityView, Component
    24 from cubicweb.common.mail import format_mail
    24 from cubicweb.common.mail import format_mail
    25 
    25 
    26 from cubicweb.server.pool import PreCommitOperation
    26 from cubicweb.server.pool import PreCommitOperation
    27 from cubicweb.server.hookhelper import SendMailOp
    27 from cubicweb.server.hookhelper import SendMailOp
    28 from cubicweb.server.hooksmanager import Hook
    28 from cubicweb.server.hooksmanager import Hook