Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py

changeset 945
8cd4d08fa9f6
parent 882
34b86be88bf0
child 1112
8a7d1b9d18db
diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.py
--- 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
         

eric ide

mercurial