PluginSelectionEncloser.py

changeset 48
767eb5905e08
parent 46
c12f1feea96a
child 51
318d7ebbdce2
--- a/PluginSelectionEncloser.py	Mon Apr 26 19:57:58 2021 +0200
+++ b/PluginSelectionEncloser.py	Mon Apr 26 20:04:15 2021 +0200
@@ -23,7 +23,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "3.2.0"
+version = "3.2.1"
 className = "SelectionEncloserPlugin"
 packageName = "SelectionEncloser"
 shortDescription = "Enclose the selection with a string."
@@ -100,7 +100,7 @@
         
         @param ui reference to the user interface object (UI.UserInterface)
         """
-        super.__init__(ui)
+        super().__init__(ui)
         self.__ui = ui
         
         # menu is a list of lists; each list consists of a string for the

eric ide

mercurial