demos/04_texteditor.py
changeset 106 abcadb7e2ef1
parent 96 68c562e0eb1f
child 115 b4ff7392003a
--- a/demos/04_texteditor.py	Mon Sep 01 08:55:40 2014 +0200
+++ b/demos/04_texteditor.py	Wed Sep 03 08:53:44 2014 +0200
@@ -8,6 +8,7 @@
 
 
 class MyApplication(Application):
+
     def __init__(self):
         Application.__init__(self)
         #self.top.add_handler('keypress', self.on_top_keypress)