diff -r ce2e67e7bbb8 -r 6796adfdc7eb demos/04_texteditor.py --- 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)