# HG changeset patch
# User Sylvain Thénault <sylvain.thenault@logilab.fr>
# Date 1249485906 -7200
# Node ID a6ef9bec755e066b404a33ebd6a4ef6e81f4acde
# Parent  a0c4bc933a1b5a74510c5d7c3cd91a91188cd1b2
cleanup

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