web/views/navigation.py
branchstable
changeset 2259 5d90bd26af8b
parent 1977 606923dff11b
child 2293 7ded2a1416e4
child 2312 af4d8f75c5db
--- a/web/views/navigation.py	Fri Jul 03 18:00:07 2009 +0200
+++ b/web/views/navigation.py	Fri Jul 03 18:00:13 2009 +0200
@@ -6,6 +6,7 @@
 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
 """
 __docformat__ = "restructuredtext en"
+_ = unicode
 
 from rql.nodes import VariableRef, Constant
 
@@ -19,8 +20,6 @@
 from cubicweb.common.uilib import cut
 from cubicweb.web.component import EntityVComponent, NavigationComponent
 
-_ = unicode
-
 
 class PageNavigation(NavigationComponent):