equal
deleted
inserted
replaced
1 """some hooks and views to handle supervising of any data changes |
1 """some hooks and views to handle supervising of any data changes |
2 |
2 |
3 |
3 |
4 :organization: Logilab |
4 :organization: Logilab |
5 :copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
7 """ |
7 """ |
8 __docformat__ = "restructuredtext en" |
8 __docformat__ = "restructuredtext en" |
9 |
9 |
10 from cubicweb import UnknownEid |
10 from cubicweb import UnknownEid |
11 from cubicweb.common.view import ComponentMixIn, StartupView |
11 from cubicweb.common.appobject import ComponentMixIn |
|
12 from cubicweb.common.view import StartupView |
12 from cubicweb.common.mail import format_mail |
13 from cubicweb.common.mail import format_mail |
13 from cubicweb.server.hooksmanager import Hook |
14 from cubicweb.server.hooksmanager import Hook |
14 from cubicweb.server.hookhelper import SendMailOp |
15 from cubicweb.server.hookhelper import SendMailOp |
15 |
16 |
16 |
17 |