Project/NewPythonPackageDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2964
84b65fb9e780
child 3145
a9de05d4a22f
--- 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)

eric ide

mercurial