web/action.py
changeset 10666 7f6b5f023884
parent 9567 b87c09f853d3
child 10903 da30851f9706
equal deleted inserted replaced
10665:79ff784cd8af 10666:7f6b5f023884
    31 
    31 
    32 Many examples are available in :mod:`cubicweb.web.views.actions`.
    32 Many examples are available in :mod:`cubicweb.web.views.actions`.
    33 """
    33 """
    34 
    34 
    35 __docformat__ = "restructuredtext en"
    35 __docformat__ = "restructuredtext en"
    36 _ = unicode
    36 from cubicweb import _
    37 
    37 
    38 from cubicweb import target
    38 from cubicweb import target
    39 from cubicweb.predicates import (partial_relation_possible, match_search_state,
    39 from cubicweb.predicates import (partial_relation_possible, match_search_state,
    40                                  one_line_rset)
    40                                  one_line_rset)
    41 from cubicweb.appobject import AppObject
    41 from cubicweb.appobject import AppObject