web/action.py
changeset 2698 a6ef9bec755e
parent 2656 a93ae0f6c0ad
child 2799 b703639614e7
child 3219 be8cfc00ae04
--- 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