示例#1
0
def gadget_config(first_gadget, conf):
    g = first_gadget
    while (g):
        g.process_config(conf)
        g = g.next_gadget
def gadget_config(first_gadget, conf):
    g = first_gadget;
    while (g):
        g.process_config(conf)
        g = g.next_gadget