fix typos
[enigma2.git] / mytest.py
index 93c42142f84ac562f13592720a14c7a86ff557e4..8d8036b9cc733348bb04672cc838c938d5d8f416 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -174,7 +174,7 @@ class Session:
                # when execBegin opened a new dialog, don't bother showing the old one.
                if c == self.current_dialog and do_show:
                        c.show()
-               
+
        def execEnd(self, last=True):
                assert self.in_exec
                self.in_exec = False