demos/04_texteditor.py
changeset 113 6796adfdc7eb
parent 106 abcadb7e2ef1
child 115 b4ff7392003a
--- a/demos/04_texteditor.py	Wed Sep 03 19:17:04 2014 +0200
+++ b/demos/04_texteditor.py	Wed Sep 03 21:56:20 2014 +0200
@@ -8,6 +8,7 @@
 
 
 class MyApplication(Application):
+
     def __init__(self):
         Application.__init__(self)
         #self.top.add_handler('keypress', self.on_top_keypress)