diff -r 3e9f0330f833 -r 7781e396c903 Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py --- a/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Sun Jun 19 17:50:39 2011 +0200 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Sun Jun 19 19:36:27 2011 +0200 @@ -34,7 +34,7 @@ @param path pathname to determine the repository URL from (string) @param parent parent widget of the dialog (QWidget) """ - QDialog.__init__(self, parent) + super().__init__(parent) self.setupUi(self) if not hasattr(pysvn.Client(), 'diff_summarize'):