diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py --- a/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -17,11 +17,12 @@ from .Ui_SvnUrlSelectionDialog import Ui_SvnUrlSelectionDialog + class SvnUrlSelectionDialog(QDialog, Ui_SvnUrlSelectionDialog): """ Class implementing a dialog to enter the URLs for the svn diff command. """ - def __init__(self, vcs, tagsList, branchesList, path, parent = None): + def __init__(self, vcs, tagsList, branchesList, path, parent=None): """ Constructor @@ -87,7 +88,7 @@ def __changeLabelCombo(self, labelCombo, type_): """ - Private method used to change the label combo depending on the + Private method used to change the label combo depending on the selected type. @param labelCombo reference to the labelCombo object (QComboBox)