aboutsummaryrefslogtreecommitdiffstats
path: root/examples/installer_test/hello.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/installer_test/hello.py')
-rw-r--r--examples/installer_test/hello.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/installer_test/hello.py b/examples/installer_test/hello.py
index f8434133e..318512458 100644
--- a/examples/installer_test/hello.py
+++ b/examples/installer_test/hello.py
@@ -68,7 +68,7 @@ auto_quit = "Nuitka" if is_compiled else "PyInst" if uses_embedding else False
class MyWidget(QWidget):
def __init__(self):
- QWidget.__init__(self)
+ super().__init__()
self.hello = ["Hallo Welt", "你好,世界", "Hei maailma",
"Hola Mundo", "Привет мир"]