web/views/startup.py
changeset 505 04f40057fc4d
parent 501 567e85e646d8
child 513 907c18c01c60
equal deleted inserted replaced
504:459e50669d96 505:04f40057fc4d
     8 __docformat__ = "restructuredtext en"
     8 __docformat__ = "restructuredtext en"
     9 
     9 
    10 from logilab.mtconverter import html_escape
    10 from logilab.mtconverter import html_escape
    11 
    11 
    12 from cubicweb.common.uilib import ureport_as_html, unormalize, ajax_replace_url
    12 from cubicweb.common.uilib import ureport_as_html, unormalize, ajax_replace_url
    13 from cubicweb.common.view import StartupView
    13 from cubicweb.common.view import StartupView, EntityView
    14 from cubicweb.web.httpcache import EtagHTTPCacheManager
    14 from cubicweb.web.httpcache import EtagHTTPCacheManager
    15 
    15 
    16 _ = unicode
    16 _ = unicode
    17 
    17 
    18 
    18