diff -r 745d38097b7f -r 84b65fb9e780 Project/NewPythonPackageDialog.py --- a/Project/NewPythonPackageDialog.py Sun Sep 29 15:23:19 2013 +0200 +++ b/Project/NewPythonPackageDialog.py Sun Sep 29 15:54:10 2013 +0200 @@ -21,7 +21,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().__init__(parent) self.setupUi(self)