--- 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