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.common.view import EntityView |
21 from cubicweb.common.view import EntityView, Component |
22 from cubicweb.common.appobject import Component |
|
23 from cubicweb.common.registerers import accepts_registerer |
22 from cubicweb.common.registerers import accepts_registerer |
24 from cubicweb.common.selectors import implements |
23 from cubicweb.common.selectors import implements |
25 from cubicweb.common.mail import format_mail |
24 from cubicweb.common.mail import format_mail |
26 |
25 |
27 from cubicweb.server.pool import PreCommitOperation |
26 from cubicweb.server.pool import PreCommitOperation |