fixes for python 2.6 by Moritz Venn
[enigma2.git] / mytest.py
index 014f94c9a1d40692aba7daf606e1370a8e1bd16d..8f23beacb1119d619b54c9422251ab2d698aa20e 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -277,7 +277,7 @@ class Session:
 
        def open(self, screen, *arguments, **kwargs):
                if len(self.dialog_stack) and not self.in_exec:
-                       raise "modal open are allowed only from a screen which is modal!"
+                       raise RuntimeError("modal open are allowed only from a screen which is modal!")
                        # ...unless it's the very first screen.
 
                self.pushCurrent()