# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1240988255 -7200 # Node ID bc607edff694d24f7029f8b10243c7e909533592 # Parent 47b2ffbee760a64b7fc6e1d7f5c2bf7dbd44d396 fix import (duh?) diff -r 47b2ffbee760 -r bc607edff694 web/views/startup.py --- a/web/views/startup.py Tue Apr 28 19:14:37 2009 +0200 +++ b/web/views/startup.py Wed Apr 29 08:57:35 2009 +0200 @@ -10,7 +10,7 @@ from logilab.common.textutils import unormalize from logilab.mtconverter import html_escape -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.common.view import StartupView from cubicweb.common.selectors import match_user_group from cubicweb.web.httpcache import EtagHTTPCacheManager