diff options
author | mathieui <mathieui@mathieui.net> | 2011-11-06 21:10:09 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2011-11-06 21:10:09 +0100 |
commit | c3c67b5e0afec8b322b8f08aa76b8e35c24bc23b (patch) | |
tree | fdc82387aafafb2220411ebd631ef10844499b0a /src/keyboard.py | |
parent | 0315b05f5122f1f4697699fc09de1b0860203177 (diff) | |
download | poezio-c3c67b5e0afec8b322b8f08aa76b8e35c24bc23b.tar.gz poezio-c3c67b5e0afec8b322b8f08aa76b8e35c24bc23b.tar.bz2 poezio-c3c67b5e0afec8b322b8f08aa76b8e35c24bc23b.tar.xz poezio-c3c67b5e0afec8b322b8f08aa76b8e35c24bc23b.zip |
Code cleanup (unused import, variables, undefined names, etc…)
Diffstat (limited to 'src/keyboard.py')
-rw-r--r-- | src/keyboard.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.py b/src/keyboard.py index 99173f40..c8f4b60c 100644 --- a/src/keyboard.py +++ b/src/keyboard.py @@ -12,8 +12,6 @@ of the time ONE char, but may be longer if it's a keyboard shortcut, like ^A, M-a or KEY_RESIZE) """ -import time - def get_next_byte(s): """ Read the next byte of the utf-8 char |