コード例 #1
0
ファイル: fabfile.py プロジェクト: vwc/buildout.6zu1
def hotfix(addon=None):
    """ Apply hotfix to all hosted sites """
    hf.prepare_sites()
    hf.process_hotfix()
コード例 #2
0
def hotfix(pkg):
    """ Apply hotfix to all hosted sites """
    hf.prepare_sites(addonpkg=pkg)