diff options
author | 2014-03-28 22:37:38 +0100 | |
---|---|---|
committer | 2014-06-28 02:47:21 +0200 | |
commit | 97ab599dd8aebd14e6f7369a59d415fdeca914bc (patch) | |
tree | fad17453cbf07ab91d81265f618b35622580f7ef /module/lib/Getch.py | |
parent | Remove bad whitespaces (diff) | |
download | pyload-97ab599dd8aebd14e6f7369a59d415fdeca914bc.tar.xz |
Fix EOF
Merged vuolter/pyload@2635efd
Diffstat (limited to 'module/lib/Getch.py')
-rw-r--r-- | module/lib/Getch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/lib/Getch.py b/module/lib/Getch.py index 22b7ea7f8..c88e65089 100644 --- a/module/lib/Getch.py +++ b/module/lib/Getch.py @@ -73,4 +73,4 @@ class _GetchMacCarbon: # returned # (what, msg, when, where, mod) = Carbon.Evt.GetNextEvent(0x0008)[1] - return chr(msg)
\ No newline at end of file + return chr(msg) |