on crash, read "maintainer.info" from directory which contained the file which crashed.
[enigma2.git] / lib / python / Plugins / DemoPlugins / TestPlugin / plugin.py
index 1f49a9e30dc911ccb3cfc5f17f7d0bd11a880759..a63562c8536ec75f706cd7f92a70eea654ce07cf 100644 (file)
@@ -50,6 +50,8 @@ class Test(Screen):
        
        def mycallback(self, answer):
                print "answer:", answer
+               if answer:
+                       raise "test-crash"
                self.close()
        
        def keyLeft(self):