Ejemplo n.º 1
0
def hotfix(addon=None):
    """ Apply hotfix to all hosted sites """
    hf.prepare_sites()
    hf.process_hotfix()
Ejemplo n.º 2
0
def hotfix(pkg):
    """ Apply hotfix to all hosted sites """
    hf.prepare_sites(addonpkg=pkg)