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