diff -r 79bc598c6411 -r 5d90bd26af8b web/views/navigation.py --- 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):