aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InputBox.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/InputBox.py')
-rw-r--r--lib/python/Screens/InputBox.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/InputBox.py b/lib/python/Screens/InputBox.py
index 914ab2b8..13797687 100644
--- a/lib/python/Screens/InputBox.py
+++ b/lib/python/Screens/InputBox.py
@@ -43,9 +43,9 @@ class InputBox(Screen):
}, -1)
if self["input"].type == Input.TEXT:
- self.onShow.append(self.setKeyboardModeAscii);
+ self.onShow.append(self.setKeyboardModeAscii)
else:
- self.onShow.append(self.setKeyboardModeNone);
+ self.onShow.append(self.setKeyboardModeNone)
def gotAsciiCode(self):
self["input"].handleAscii(getPrevAsciiCode())