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/unpause.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 helpers/actions/unpause.py (limited to 'helpers/actions/unpause.py') diff --git a/helpers/actions/unpause.py b/helpers/actions/unpause.py deleted file mode 100644 index 5fa88c3..0000000 --- a/helpers/actions/unpause.py +++ /dev/null @@ -1,10 +0,0 @@ -def run(action, music=None, **kwargs): - for music in action.music_list(music): - if music.is_loaded_paused(): - music.unpause() - -def description(action, music=None, **kwargs): - if music is not None: - return "unpausing « {} »".format(music.name) - else: - return "unpausing all musics" -- cgit v1.2.3