eric6/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8273
698ae46f40a4
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
33 (string) 33 (string)
34 @param pysvnClient reference to the pysvn client object (pysvn.Client) 34 @param pysvnClient reference to the pysvn client object (pysvn.Client)
35 @param parent parent widget (QWidget) 35 @param parent parent widget (QWidget)
36 @param log optional log message (string) 36 @param log optional log message (string)
37 """ 37 """
38 super(SvnDialog, self).__init__(parent) 38 super().__init__(parent)
39 self.setupUi(self) 39 self.setupUi(self)
40 SvnDialogMixin.__init__(self, log) 40 SvnDialogMixin.__init__(self, log)
41 self.setWindowFlags(Qt.WindowType.Window) 41 self.setWindowFlags(Qt.WindowType.Window)
42 42
43 self.buttonBox.button( 43 self.buttonBox.button(

eric ide

mercurial