ProjectDjangoTagsMenu/IeCommentDialog.py

changeset 52
c264091162a2
parent 51
29c461f7bea0
child 55
5390ef66c327
diff -r 29c461f7bea0 -r c264091162a2 ProjectDjangoTagsMenu/IeCommentDialog.py
--- a/ProjectDjangoTagsMenu/IeCommentDialog.py	Wed Dec 30 11:02:07 2020 +0100
+++ b/ProjectDjangoTagsMenu/IeCommentDialog.py	Sat Apr 24 11:43:22 2021 +0200
@@ -22,7 +22,7 @@
         
         @param parent reference to the parent widget (QWidget)
         """
-        super(IeCommentDialog, self).__init__(parent)
+        super().__init__(parent)
         self.setupUi(self)
         
         for condStr, condData in [("==", ""), ("<=", " lte"), ("<", " lt"),

eric ide

mercurial