eric6/Plugins/VcsPlugins/vcsSubversion/SvnDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
--- a/eric6/Plugins/VcsPlugins/vcsSubversion/SvnDialog.py	Sat Apr 10 18:31:17 2021 +0200
+++ b/eric6/Plugins/VcsPlugins/vcsSubversion/SvnDialog.py	Sat Apr 10 18:38:27 2021 +0200
@@ -35,7 +35,7 @@
         @param text text to be shown by the label (string)
         @param parent parent widget (QWidget)
         """
-        super(SvnDialog, self).__init__(parent)
+        super().__init__(parent)
         self.setupUi(self)
         self.setWindowFlags(Qt.WindowType.Window)
         
@@ -275,7 +275,7 @@
             self.intercept = False
             evt.accept()
             return
-        super(SvnDialog, self).keyPressEvent(evt)
+        super().keyPressEvent(evt)
         
     def hasAddOrDelete(self):
         """

eric ide

mercurial