diff options
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) |