web/views/startup.py
branchtls-sprint
changeset 1132 96752791c2b6
parent 939 ad72e06320e2
child 1398 5fe84a5f7035
equal deleted inserted replaced
1131:544609e83317 1132:96752791c2b6
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     7 """
     7 """
     8 __docformat__ = "restructuredtext en"
     8 __docformat__ = "restructuredtext en"
     9 
     9 
       
    10 from logilab.common.textutils import unormalize
    10 from logilab.mtconverter import html_escape
    11 from logilab.mtconverter import html_escape
    11 
    12 
    12 from cubicweb.view import StartupView
    13 from cubicweb.view import StartupView
    13 from cubicweb.common.uilib import ureport_as_html, unormalize, ajax_replace_url
    14 from cubicweb.common.uilib import ureport_as_html, ajax_replace_url
    14 from cubicweb.web.httpcache import EtagHTTPCacheManager
    15 from cubicweb.web.httpcache import EtagHTTPCacheManager
    15 
    16 
    16 _ = unicode
    17 _ = unicode
    17 
    18 
    18 
    19