Пример #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)