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