]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - helpers/actions/interrupt_wait.py
Rename helpers to music_sampler
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / actions / interrupt_wait.py
diff --git a/helpers/actions/interrupt_wait.py b/helpers/actions/interrupt_wait.py
deleted file mode 100644 (file)
index 8f465f0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-def run(action, wait_id=None, **kwargs):
-    action.mapping.interrupt_wait(wait_id)
-
-def description(action, wait_id=None, **kwargs):
-    return "interrupt wait with id {}".format(wait_id)