--- 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 = {}