--- a/Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/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):