cubicweb/debug.py
changeset 12768 7d2c61d40fe9
parent 12766 682d0790997f
child 12802 f6662c603730
equal deleted inserted replaced
12767:d50661367401 12768:7d2c61d40fe9
    24 SUBSCRIBERS = {
    24 SUBSCRIBERS = {
    25     "controller": [],
    25     "controller": [],
    26     "rql": [],
    26     "rql": [],
    27     "sql": [],
    27     "sql": [],
    28     "vreg": [],
    28     "vreg": [],
       
    29     "registry_decisions": [],
    29 }
    30 }
    30 
    31 
    31 
    32 
    32 def subscribe_to_debug_channel(channel, subscriber):
    33 def subscribe_to_debug_channel(channel, subscriber):
    33     if channel not in SUBSCRIBERS.keys():
    34     if channel not in SUBSCRIBERS.keys():