From 1ec79ac2fb71f199ae2a4ae4c5b03b3f60f9d3a4 Mon Sep 17 00:00:00 2001 From: wijnand Date: Fri, 30 Mar 2018 12:19:42 +0200 Subject: [PATCH] Renamed module, refactored register function --- colorbleed/{config_actions.py => launcher_actions.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename colorbleed/{config_actions.py => launcher_actions.py} (97%) diff --git a/colorbleed/config_actions.py b/colorbleed/launcher_actions.py similarity index 97% rename from colorbleed/config_actions.py rename to colorbleed/launcher_actions.py index c5ca3f8573..dd5cf2374e 100644 --- a/colorbleed/config_actions.py +++ b/colorbleed/launcher_actions.py @@ -37,7 +37,7 @@ class FusionRenderNode(api.Action): return lib.launch(executable=executable, args=[], environment=env) -def register_actions(): +def register_launcher_actions(): """Register specific actions which should be accessible in the launcher""" # Register fusion actions