ProjectFlask/FlaskBabelExtension/PyBabelCommandDialog.py

changeset 61
fe1e8783a95f
parent 60
02243723ac17
child 64
0ee58185b8df
diff -r 02243723ac17 -r fe1e8783a95f ProjectFlask/FlaskBabelExtension/PyBabelCommandDialog.py
--- a/ProjectFlask/FlaskBabelExtension/PyBabelCommandDialog.py	Wed Dec 30 11:02:08 2020 +0100
+++ b/ProjectFlask/FlaskBabelExtension/PyBabelCommandDialog.py	Sat Apr 24 11:30:11 2021 +0200
@@ -35,7 +35,7 @@
         @param parent reference to the parent widget
         @type QWidget
         """
-        super(PyBabelCommandDialog, self).__init__(parent)
+        super().__init__(parent)
         self.setupUi(self)
         
         if title:

eric ide

mercurial