Bug fix. release-3.2.1

Mon, 26 Apr 2021 20:04:15 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 26 Apr 2021 20:04:15 +0200
changeset 48
767eb5905e08
parent 47
82b6c69429b8
child 49
ca03e12ae56f

Bug fix.

ChangeLog file | annotate | diff | comparison | revisions
PluginSelectionEncloser.py file | annotate | diff | comparison | revisions
PluginSelectionEncloser.zip file | annotate | diff | comparison | revisions
--- a/ChangeLog	Mon Apr 26 19:57:58 2021 +0200
+++ b/ChangeLog	Mon Apr 26 20:04:15 2021 +0200
@@ -1,5 +1,8 @@
 ChangeLog
 ---------
+Version 3.2.1:
+- bug fixes
+
 Version 3.2.0:
 - implemented some code simplifications.
 
--- 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
Binary file PluginSelectionEncloser.zip has changed

eric ide

mercurial