PluginApis.py

changeset 33
aae0ec9126cc
parent 31
448fc0052348
child 35
908f5f14b718
--- a/PluginApis.py	Sun Feb 21 17:31:49 2021 +0100
+++ b/PluginApis.py	Sat Apr 24 11:51:52 2021 +0200
@@ -17,7 +17,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "3.0.1"
+version = "3.0.2"
 className = "PluginApis"
 packageName = "APIs"
 shortDescription = "API files for auto-completion and call tips."
@@ -60,7 +60,7 @@
         
         @param ui reference to the user interface object (UI.UserInterface)
         """
-        super(PluginApis, self).__init__(ui)
+        super().__init__(ui)
         self.__ui = ui
     
     def activate(self):

eric ide

mercurial