diff options
author | mathieui <mathieui@mathieui.net> | 2011-11-06 21:10:09 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-08 00:47:56 +0100 |
commit | 51364f7bea78f27820c67bf83a8e62ca593d61bb (patch) | |
tree | fd26f69fa343aef218637f9f3b46e2ed2b2abe0c /src/keyboard.py | |
parent | 32a75fd5c746ba6080f43ef56be361deb2e3bad3 (diff) | |
download | poezio-51364f7bea78f27820c67bf83a8e62ca593d61bb.tar.gz poezio-51364f7bea78f27820c67bf83a8e62ca593d61bb.tar.bz2 poezio-51364f7bea78f27820c67bf83a8e62ca593d61bb.tar.xz poezio-51364f7bea78f27820c67bf83a8e62ca593d61bb.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 |