示例#1
0
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)