Project/NewDialogClassDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2995
63d874899b8b
child 3060
5883ce99ee12
diff -r 9986ec0e559a -r 10516539f238 Project/NewDialogClassDialog.py
--- a/Project/NewDialogClassDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Project/NewDialogClassDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -24,7 +24,8 @@
     """
     Class implementing a dialog to ente the data for a new dialog class file.
     """
-    def __init__(self, defaultClassName, defaultFile, defaultPath, parent=None):
+    def __init__(self, defaultClassName, defaultFile, defaultPath,
+                 parent=None):
         """
         Constructor
         

eric ide

mercurial