コード例 #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