コード例 #1
0
def list(options):
    from allmydata.scripts import tahoe_ls
    rc = tahoe_ls.list(options)
    return rc
コード例 #2
0
ファイル: cli.py プロジェクト: kytvi2p/tahoe-lafs
def list(options):
    from allmydata.scripts import tahoe_ls

    rc = tahoe_ls.list(options)
    return rc