web/views/startup.py
changeset 2540 fba943784b1c
parent 2381 caad2367d940
child 2436 44b2eea35efa
equal deleted inserted replaced
2381:caad2367d940 2540:fba943784b1c
     8 """
     8 """
     9 __docformat__ = "restructuredtext en"
     9 __docformat__ = "restructuredtext en"
    10 _ = unicode
    10 _ = unicode
    11 
    11 
    12 from logilab.common.textutils import unormalize
    12 from logilab.common.textutils import unormalize
    13 from logilab.mtconverter import html_escape
    13 from logilab.mtconverter import xml_escape
    14 
    14 
    15 from cubicweb.view import StartupView
    15 from cubicweb.view import StartupView
    16 from cubicweb.selectors import match_user_groups, implements
    16 from cubicweb.selectors import match_user_groups, implements
    17 from cubicweb.schema import META_RELATIONS_TYPES, display_name
    17 from cubicweb.schema import META_RELATIONS_TYPES, display_name
    18 from cubicweb.common.uilib import ureport_as_html
    18 from cubicweb.common.uilib import ureport_as_html