summaryrefslogtreecommitdiff
path: root/poezio/keyboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/keyboard.py')
-rwxr-xr-xpoezio/keyboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/keyboard.py b/poezio/keyboard.py
index fe0dde08..c800f508 100755
--- a/poezio/keyboard.py
+++ b/poezio/keyboard.py
@@ -96,7 +96,7 @@ def get_char_list(s):
ret_list.append(key)
-class Keyboard(object):
+class Keyboard:
def __init__(self):
self.escape = False