diff -r a0c4bc933a1b -r a6ef9bec755e web/action.py --- a/web/action.py Wed Aug 05 17:24:52 2009 +0200 +++ b/web/action.py Wed Aug 05 17:25:06 2009 +0200 @@ -6,6 +6,7 @@ :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """ __docformat__ = "restructuredtext en" +_ = unicode from cubicweb import target from cubicweb.selectors import (partial_relation_possible, match_search_state, @@ -13,8 +14,6 @@ accepts_compat, condition_compat, deprecate) from cubicweb.appobject import AppObject -_ = unicode - class Action(AppObject): """abstract action. Handle the .search_states attribute to match