--- a/Utilities/SingleApplication.py Sun Jun 19 17:50:39 2011 +0200
+++ b/Utilities/SingleApplication.py Sun Jun 19 19:36:27 2011 +0200
@@ -20,7 +20,7 @@
@param name name this server is listening to (string)
"""
- QLocalServer.__init__(self)
+ super().__init__()
res = self.listen(name)
if not res: