Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1131
7781e396c903
--- a/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py	Fri Mar 11 16:51:57 2011 +0100
@@ -13,6 +13,7 @@
 
 import Utilities
 
+
 class HgCommandDialog(QDialog, Ui_HgCommandDialog):
     """
     Class implementing the Mercurial command dialog.
@@ -21,7 +22,7 @@
     arbitrary Mercurial command. It asks the user to enter
     the commandline parameters.
     """
-    def __init__(self, argvList, ppath, parent = None):
+    def __init__(self, argvList, ppath, parent=None):
         """
         Constructor
         

eric ide

mercurial