MultiProject/PropertiesDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1131
7781e396c903
--- a/MultiProject/PropertiesDialog.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/MultiProject/PropertiesDialog.py	Fri Mar 11 16:51:57 2011 +0100
@@ -11,11 +11,12 @@
 
 from .Ui_PropertiesDialog import Ui_PropertiesDialog
 
+
 class PropertiesDialog(QDialog, Ui_PropertiesDialog):
     """
     Class implementing the multi project properties dialog.
     """
-    def __init__(self, multiProject, new = True, parent = None):
+    def __init__(self, multiProject, new=True, parent=None):
         """
         Constructor
         

eric ide

mercurial