fixes for python 2.6 by Moritz Venn
[vuplus_dvbapp] / lib / python / Plugins / DemoPlugins / TestPlugin / plugin.py
index 1f49a9e..69f935e 100644 (file)
@@ -50,6 +50,8 @@ class Test(Screen):
        
        def mycallback(self, answer):
                print "answer:", answer
+               if answer:
+                       raise Exception("test-crash")
                self.close()
        
        def keyLeft(self):