Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1112
8a7d1b9d18db
--- a/Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.py	Fri Mar 11 16:51:57 2011 +0100
@@ -12,11 +12,12 @@
 
 from .Ui_SvnRelocateDialog import Ui_SvnRelocateDialog
 
+
 class SvnRelocateDialog(QDialog, Ui_SvnRelocateDialog):
     """
     Class implementing a dialog to enter the data to relocate the workspace.
     """
-    def __init__(self, currUrl, parent = None):
+    def __init__(self, currUrl, parent=None):
         """
         Constructor
         

eric ide

mercurial