예제 #1
0
def webopen(options, opener=None):
    from allmydata.scripts import tahoe_webopen
    rc = tahoe_webopen.webopen(options, opener=opener)
    return rc
예제 #2
0
파일: cli.py 프로젝트: kytvi2p/tahoe-lafs
def webopen(options, opener=None):
    from allmydata.scripts import tahoe_webopen

    rc = tahoe_webopen.webopen(options, opener=opener)
    return rc