Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1112
8a7d1b9d18db
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py
--- a/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py	Fri Mar 11 16:51:57 2011 +0100
@@ -20,7 +20,7 @@
     """
     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
         
@@ -86,7 +86,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)

eric ide

mercurial