--- a/Project/NewPythonPackageDialog.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Project/NewPythonPackageDialog.py Fri Oct 18 23:00:41 2013 +0200 @@ -23,7 +23,9 @@ """ Constructor - @param relPath initial package path relative to the project root (string) + @param relPath initial package path relative to the project root + (string) + @param parent reference to the parent widget (QWidget) """ super(NewPythonPackageDialog, self).__init__(parent) self.setupUi(self)