]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blame - music_sampler/actions/interrupt_wait.py
Make music_sampler multilingual
[perso/Immae/Projets/Python/MusicSampler.git] / music_sampler / actions / interrupt_wait.py
CommitLineData
70cfb266 1def run(action, wait_id=None, **kwargs):
c4f4f2a1
IB
2 action.mapping.interrupt_wait(wait_id)
3
4def description(action, wait_id=None, **kwargs):
6a327173 5 return _("interrupt wait with id {}").format(wait_id)