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

    rc = tahoe_check.deepcheck(options)
    return rc