diff -r 5ae1349b8fb4 -r 63d874899b8b Project/NewDialogClassDialog.py --- a/Project/NewDialogClassDialog.py Tue Oct 08 19:46:25 2013 +0200 +++ b/Project/NewDialogClassDialog.py Tue Oct 08 19:47:37 2013 +0200 @@ -22,7 +22,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