cubicweb/sobjects/supervising.py
changeset 11767 432f87a63057
parent 11765 9cb215e833b0
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
     1 # copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     1 # copyright 2003-2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     3 #
     3 #
     4 # This file is part of CubicWeb.
     4 # This file is part of CubicWeb.
     5 #
     5 #
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """some hooks and views to handle supervising of any data changes"""
    18 """some hooks and views to handle supervising of any data changes"""
    19 
       
    20 __docformat__ = "restructuredtext en"
       
    21 from cubicweb import _
       
    22 
    19 
    23 from cubicweb import UnknownEid
    20 from cubicweb import UnknownEid
    24 from cubicweb.predicates import none_rset
    21 from cubicweb.predicates import none_rset
    25 from cubicweb.schema import display_name
    22 from cubicweb.schema import display_name
    26 from cubicweb.view import Component
    23 from cubicweb.view import Component