diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-07-27 02:01:51 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-07-27 02:01:51 +0200 |
commit | 6c42e32d98aa2e04d446f31b8e667a280acf4b54 (patch) | |
tree | d372a86713857dd3c8f8c99ad2256da51048fad9 /helpers/key.py | |
parent | 343822904ee26955e622e325539c64aee1c2112e (diff) | |
download | MusicSampler-6c42e32d98aa2e04d446f31b8e667a280acf4b54.tar.gz MusicSampler-6c42e32d98aa2e04d446f31b8e667a280acf4b54.tar.zst MusicSampler-6c42e32d98aa2e04d446f31b8e667a280acf4b54.zip |
Coding styles
Diffstat (limited to 'helpers/key.py')
-rw-r--r-- | helpers/key.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/key.py b/helpers/key.py index 3c98ce7..2f94153 100644 --- a/helpers/key.py +++ b/helpers/key.py | |||
@@ -85,8 +85,8 @@ class Key(ButtonBehavior, Widget): | |||
85 | 'source': 'loaded', | 85 | 'source': 'loaded', |
86 | 'dest': 'loaded_running', | 86 | 'dest': 'loaded_running', |
87 | 'after': ['run_actions', 'finish'], | 87 | 'after': ['run_actions', 'finish'], |
88 | # if a child, like loaded_no_actions, has no transitions, then it is | 88 | # if a child, like loaded_no_actions, has no transitions, then it |
89 | # bubbled to the parent, and we don't want that. | 89 | # is bubbled to the parent, and we don't want that. |
90 | 'conditions': ['is_loaded'] | 90 | 'conditions': ['is_loaded'] |
91 | }, | 91 | }, |
92 | { | 92 | { |