web/action.py
branchstable
changeset 4719 aaed3f813ef8
parent 4462 c57c8176b8c2
child 5246 3246b1f88a18
child 5421 8167de96c523
equal deleted inserted replaced
4718:3dc3ad02d091 4719:aaed3f813ef8
     8 __docformat__ = "restructuredtext en"
     8 __docformat__ = "restructuredtext en"
     9 _ = unicode
     9 _ = unicode
    10 
    10 
    11 from cubicweb import target
    11 from cubicweb import target
    12 from cubicweb.selectors import (partial_relation_possible, match_search_state,
    12 from cubicweb.selectors import (partial_relation_possible, match_search_state,
    13                                 one_line_rset, yes)
    13                                 one_line_rset)
    14 from cubicweb.appobject import AppObject
    14 from cubicweb.appobject import AppObject
    15 
    15 
    16 
    16 
    17 class Action(AppObject):
    17 class Action(AppObject):
    18     """abstract action. Handle the .search_states attribute to match
    18     """abstract action. Handle the .search_states attribute to match