Project/NewPythonPackageDialog.py

changeset 2964
84b65fb9e780
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
--- 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)

eric ide

mercurial