web/views/debug.py
changeset 8190 2a3c1b787688
parent 7810 21683b1975e3
child 8669 62213a34726e
child 8714 b70295aaed9d
equal deleted inserted replaced
8189:2ee0ef069fa7 8190:2a3c1b787688
    23 from time import strftime, localtime
    23 from time import strftime, localtime
    24 
    24 
    25 from logilab.mtconverter import xml_escape
    25 from logilab.mtconverter import xml_escape
    26 
    26 
    27 from cubicweb import BadConnectionId
    27 from cubicweb import BadConnectionId
    28 from cubicweb.selectors import none_rset, match_user_groups
    28 from cubicweb.predicates import none_rset, match_user_groups
    29 from cubicweb.view import StartupView
    29 from cubicweb.view import StartupView
    30 from cubicweb.web.views import actions, tabs
    30 from cubicweb.web.views import actions, tabs
    31 
    31 
    32 def dict_to_html(w, dict):
    32 def dict_to_html(w, dict):
    33     # XHTML doesn't allow emtpy <ul> nodes
    33     # XHTML doesn't allow emtpy <ul> nodes