sobjects/supervising.py
branchtls-sprint
changeset 655 ca3c4992c7d1
parent 0 b97547f5f1fa
child 661 4f61eb8a96b7
equal deleted inserted replaced
654:36e87179e91d 655:ca3c4992c7d1
     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