web/views/debug.py
changeset 10330 6c12264b3f18
parent 10311 4e9dcca71fad
child 10574 6a07c2dc3d85
equal deleted inserted replaced
10325:d2e1e67af4e1 10330:6c12264b3f18
    22 
    22 
    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
       
    28 from cubicweb.predicates import none_rset, match_user_groups
    27 from cubicweb.predicates import none_rset, match_user_groups
    29 from cubicweb.view import StartupView
    28 from cubicweb.view import StartupView
    30 from cubicweb.web.views import actions, tabs
    29 from cubicweb.web.views import actions, tabs
    31 
    30 
    32 def dict_to_html(w, dict):
    31 def dict_to_html(w, dict):