eric6/QScintilla/APIsManager.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8273
698ae46f40a4
--- a/eric6/QScintilla/APIsManager.py	Sat Apr 10 18:31:17 2021 +0200
+++ b/eric6/QScintilla/APIsManager.py	Sat Apr 10 18:38:27 2021 +0200
@@ -47,7 +47,7 @@
         @param parent reference to the parent object
         @type QObject
         """
-        super(APIs, self).__init__(parent)
+        super().__init__(parent)
         if projectType:
             self.setObjectName("APIs_{0}_{1}".format(language, projectType))
         else:
@@ -259,7 +259,7 @@
         
         @param parent reference to the parent object (QObject)
         """
-        super(APIsManager, self).__init__(parent)
+        super().__init__(parent)
         self.setObjectName("APIsManager")
         
         self.__apis = {}

eric ide

mercurial