sobjects/supervising.py
changeset 8190 2a3c1b787688
parent 6582 8eb7883b4223
child 9469 032825bbacab
equal deleted inserted replaced
8189:2ee0ef069fa7 8190:2a3c1b787688
     1 # copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     1 # copyright 2003-2012 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
    19 
    19 
    20 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    21 _ = unicode
    21 _ = unicode
    22 
    22 
    23 from cubicweb import UnknownEid
    23 from cubicweb import UnknownEid
    24 from cubicweb.selectors import none_rset
    24 from cubicweb.predicates import none_rset
    25 from cubicweb.schema import display_name
    25 from cubicweb.schema import display_name
    26 from cubicweb.view import Component
    26 from cubicweb.view import Component
    27 from cubicweb.mail import format_mail
    27 from cubicweb.mail import format_mail
    28 from cubicweb.server.hook import SendMailOp
    28 from cubicweb.server.hook import SendMailOp
    29 
    29