예제 #1
0
파일: __init__.py 프로젝트: B-Rich/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_install(conf, dest, source, *args, **opts):
    vendor = Vendor(conf)
    vendor.install(dest, source, *args, **opts)
예제 #3
0
파일: __init__.py 프로젝트: B-Rich/couchapp
def vendor_update(conf, dest, name=None, *args, **opts):
    vendor = Vendor(conf)
    vendor.update(dest, name, *args, **opts)
예제 #4
0
파일: __init__.py 프로젝트: weijia/couchapp
def vendor_update(conf, dest, name=None, *args, **opts):
    vendor = Vendor(conf)
    vendor.update(dest, name, *args, **opts)