From 32850c5a504269750b1b2c8e67730088ce01d5b4 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 23 Nov 2008 12:37:18 +0100 Subject: [PATCH] Coding style fixes --- klc2xkb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klc2xkb b/klc2xkb index e35a808..ddd83cb 100755 --- a/klc2xkb +++ b/klc2xkb @@ -164,7 +164,7 @@ class MSKLCFile(object): self.deadkeys[-1].add_entry(match.group(1), match.group(2)) continue - elif state != None: + elif state is not None: print line raise KeyError -- 2.32.0.93.g670b81a890