diff -r 544609e83317 -r 96752791c2b6 web/views/startup.py --- a/web/views/startup.py Mon Mar 23 17:38:30 2009 +0100 +++ b/web/views/startup.py Mon Mar 23 17:55:59 2009 +0100 @@ -7,10 +7,11 @@ """ __docformat__ = "restructuredtext en" +from logilab.common.textutils import unormalize from logilab.mtconverter import html_escape from cubicweb.view import StartupView -from cubicweb.common.uilib import ureport_as_html, unormalize, ajax_replace_url +from cubicweb.common.uilib import ureport_as_html, ajax_replace_url from cubicweb.web.httpcache import EtagHTTPCacheManager _ = unicode