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

    rc = tahoe_put.put(options)
    return rc