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

    rc = tahoe_unlink.unlink(options, command=command)
    return rc