From 390e952829dfbf9bed2cf4647e07ab9249d59cf2 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 26 Sep 2010 18:01:38 +0000 Subject: Basic implementation of the roster and one to one conversations --- src/keyboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keyboard.py') diff --git a/src/keyboard.py b/src/keyboard.py index a0ac8d6d..4a577d16 100644 --- a/src/keyboard.py +++ b/src/keyboard.py @@ -52,7 +52,7 @@ def read_char(s): if first == 27: (first, c) = get_next_byte(s) if not isinstance(first, int): - return Nones + return None return "M-"+chr(first) if 194 <= first: (code, c) = get_next_byte(s) # 2 bytes char -- cgit v1.2.3