cubicweb/web/action.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 12833 c69421aece24
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    30 special view (with `self._cw.build_url(...)` for instance) 
    30 special view (with `self._cw.build_url(...)` for instance) 
    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 
    36 from cubicweb import _
    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)