aboutsummaryrefslogtreecommitdiff
path: root/helpers/actions/command.py
diff options
context:
space:
mode:
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)