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

    rc = tahoe_manifest.manifest(options)
    return rc