web/action.py
changeset 2656 a93ae0f6c0ad
parent 1977 606923dff11b
child 2698 a6ef9bec755e
--- a/web/action.py	Mon Aug 03 10:53:31 2009 +0200
+++ b/web/action.py	Mon Aug 03 14:14:07 2009 +0200
@@ -11,12 +11,12 @@
 from cubicweb.selectors import (partial_relation_possible, match_search_state,
                                 one_line_rset, partial_may_add_relation, yes,
                                 accepts_compat, condition_compat, deprecate)
-from cubicweb.appobject import AppRsetObject
+from cubicweb.appobject import AppObject
 
 _ = unicode
 
 
-class Action(AppRsetObject):
+class Action(AppObject):
     """abstract action. Handle the .search_states attribute to match
     request search state.
     """