equal
deleted
inserted
replaced
16 return 'XXX' |
16 return 'XXX' |
17 |
17 |
18 from logilab.common.textutils import normalize_text |
18 from logilab.common.textutils import normalize_text |
19 |
19 |
20 from cubicweb import RegistryException |
20 from cubicweb import RegistryException |
|
21 from cubicweb.selectors import implements |
21 from cubicweb.common.view import EntityView, Component |
22 from cubicweb.common.view import EntityView, Component |
22 from cubicweb.common.registerers import accepts_registerer |
23 from cubicweb.common.registerers import accepts_registerer |
23 from cubicweb.common.selectors import implements |
|
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 |