aboutsummaryrefslogtreecommitdiff
path: root/helpers/actions/command.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-27 10:10:30 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-27 10:12:59 +0200
commitdf9ddd346b801ed4f69b0637eb82124accef9ada (patch)
tree18745acfbb3d6c194819a5dae6cd0d07d54b2d59 /helpers/actions/command.py
parent940bb6ad6cbd823ed245577093bd8959e189d43f (diff)
downloadMusicSampler-df9ddd346b801ed4f69b0637eb82124accef9ada.tar.gz
MusicSampler-df9ddd346b801ed4f69b0637eb82124accef9ada.tar.zst
MusicSampler-df9ddd346b801ed4f69b0637eb82124accef9ada.zip
Add 'run_command' action
Diffstat (limited to 'helpers/actions/command.py')
-rw-r--r--helpers/actions/command.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/helpers/actions/command.py b/helpers/actions/command.py
deleted file mode 100644
index 96f72fe..0000000
--- a/helpers/actions/command.py
+++ /dev/null
@@ -1,6 +0,0 @@
1def run(action, command="", **kwargs):
2 # FIXME: todo
3 pass
4
5def description(action, command="", **kwargs):
6 return "running command {}".format(command)