Esempio n. 1
0
def hub(args):
    out = py.io.TextIO()
    hub = Hub(args, file=out)
    hub._out = out
    hub.current._currentdict["login"] = "******"
    return hub
Esempio n. 2
0
def hub(args):
    out = py.io.TextIO()
    hub = Hub(args, file=out)
    hub._out = out
    return hub