--- a/Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -17,6 +17,7 @@ import Utilities + class SvnCommandDialog(QDialog, Ui_SvnCommandDialog): """ Class implementing the Subversion command dialog. @@ -25,7 +26,7 @@ arbitrary subversion command. It asks the user to enter the commandline parameters and the working directory. """ - def __init__(self, argvList, wdList, ppath, parent = None): + def __init__(self, argvList, wdList, ppath, parent=None): """ Constructor