Beispiel #1
0
def include_app_for_update(app_name):
    "Include app from updating"
    from bench.app import remove_from_excluded_apps_txt
    remove_from_excluded_apps_txt(app_name)
Beispiel #2
0
def include_app_for_update(app_name):
	"Include app from updating"
	from bench.app import remove_from_excluded_apps_txt
	remove_from_excluded_apps_txt(app_name)