cleanup
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 05 Aug 2009 17:25:06 +0200
changeset 2698 a6ef9bec755e
parent 2697 a0c4bc933a1b
child 2699 1025300249d2
cleanup
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