web/action.py
branchtls-sprint
changeset 661 4f61eb8a96b7
parent 657 fd019f41aa2f
child 670 6c332f5c969c
equal deleted inserted replaced
660:5233a9457f6b 661:4f61eb8a96b7
     3 :organization: Logilab
     3 :organization: Logilab
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 """
     6 """
     7 __docformat__ = "restructuredtext en"
     7 __docformat__ = "restructuredtext en"
     8 
       
     9 from logilab.common.deprecation import class_moved
       
    10 
     8 
    11 from cubicweb import role, target
     9 from cubicweb import role, target
    12 from cubicweb.selectors import (relation_possible, match_search_state,
    10 from cubicweb.selectors import (relation_possible, match_search_state,
    13                                 one_line_rset, may_add_relation, yes,
    11                                 one_line_rset, may_add_relation, yes,
    14                                 accepts_compat, condition_compat, deprecate)
    12                                 accepts_compat, condition_compat, deprecate)