PluginPySide2PyQt.py

changeset 55
f9706d6a2ece
parent 53
52bc3465c1bc
child 58
2c8ec39c1d80
--- a/PluginPySide2PyQt.py	Mon Apr 26 19:51:59 2021 +0200
+++ b/PluginPySide2PyQt.py	Mon Apr 26 20:06:45 2021 +0200
@@ -20,7 +20,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "3.1.0"
+version = "3.1.1"
 className = "PySide2PyQtPlugin"
 packageName = "PySide2PyQt"
 shortDescription = "Convert PySide file to PyQt and vice versa"
@@ -45,7 +45,7 @@
         
         @param ui reference to the user interface object (UI.UserInterface)
         """
-        super.__init__(ui)
+        super().__init__(ui)
         self.__ui = ui
         
         self.__translator = None

eric ide

mercurial