From 63ba5a8dc2aa4ec3e6f203b0ba4db249ecf0b00e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 27 Jul 2016 21:33:09 +0200 Subject: Rename helpers to music_sampler --- helpers/actions/pause.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 helpers/actions/pause.py (limited to 'helpers/actions/pause.py') diff --git a/helpers/actions/pause.py b/helpers/actions/pause.py deleted file mode 100644 index bb27734..0000000 --- a/helpers/actions/pause.py +++ /dev/null @@ -1,10 +0,0 @@ -def run(action, music=None, **kwargs): - for music in action.music_list(music): - if music.is_loaded_playing(): - music.pause() - -def description(action, music=None, **kwargs): - if music is not None: - return "pausing « {} »".format(music.name) - else: - return "pausing all musics" -- cgit v1.2.3