Beispiel #1
0
def exclude_app_for_update(app_name):
	"Exclude app from updating"
	from bench.app import add_to_excluded_apps_txt
	add_to_excluded_apps_txt(app_name)
Beispiel #2
0
def exclude_app_for_update(app_name):
    "Exclude app from updating"
    from bench.app import add_to_excluded_apps_txt
    add_to_excluded_apps_txt(app_name)
Beispiel #3
0
def exclude_app_for_update(app_name):
    from bench.app import add_to_excluded_apps_txt
    add_to_excluded_apps_txt(app_name)