# HG changeset patch # User Sandrine Ribeau # Date 1247774086 25200 # Node ID fba943784b1cbd5512612c10543052adf2b83d8a # Parent caad2367d940c2b9aa974f6312a74a5992b68013 Missing xml_escape import. diff -r caad2367d940 -r fba943784b1c web/views/startup.py --- a/web/views/startup.py Thu Jul 16 13:30:13 2009 +0200 +++ b/web/views/startup.py Thu Jul 16 12:54:46 2009 -0700 @@ -10,7 +10,7 @@ _ = unicode from logilab.common.textutils import unormalize -from logilab.mtconverter import html_escape +from logilab.mtconverter import xml_escape from cubicweb.view import StartupView from cubicweb.selectors import match_user_groups, implements