Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py

changeset 945
8cd4d08fa9f6
parent 882
34b86be88bf0
child 1112
8a7d1b9d18db
--- a/Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py	Fri Mar 11 16:51:57 2011 +0100
@@ -17,11 +17,12 @@
 
 from .Ui_SvnCopyDialog import Ui_SvnCopyDialog
 
+
 class SvnCopyDialog(QDialog, Ui_SvnCopyDialog):
     """
     Class implementing a dialog to enter the data for a copy operation.
     """
-    def __init__(self, source, parent = None, move = False, force = False):
+    def __init__(self, source, parent=None, move=False, force=False):
         """
         Constructor
         
@@ -59,7 +60,7 @@
     @pyqtSlot()
     def on_dirButton_clicked(self):
         """
-        Private slot to handle the button press for selecting the target via a 
+        Private slot to handle the button press for selecting the target via a
         selection dialog.
         """
         if os.path.isdir(self.source):

eric ide

mercurial