示例#1
0
def cp(options):
    from allmydata.scripts import tahoe_cp
    rc = tahoe_cp.copy(options)
    return rc
示例#2
0
文件: cli.py 项目: kytvi2p/tahoe-lafs
def cp(options):
    from allmydata.scripts import tahoe_cp

    rc = tahoe_cp.copy(options)
    return rc