コード例 #1
0
ファイル: __init__.py プロジェクト: weijia/couchapp
def vendor_install(conf, dest, source, *args, **opts):
    vendor = Vendor(conf)
    vendor.install(dest, source, *args, **opts)
コード例 #2
0
ファイル: __init__.py プロジェクト: weijia/couchapp
def vendor_update(conf, dest, name=None, *args, **opts):
    vendor = Vendor(conf)
    vendor.update(dest, name, *args, **opts)