diff options
Diffstat (limited to 'src/projManagement/newProject.py')
-rw-r--r-- | src/projManagement/newProject.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/projManagement/newProject.py b/src/projManagement/newProject.py index 6af72e0b..6f8de2b9 100644 --- a/src/projManagement/newProject.py +++ b/src/projManagement/newProject.py @@ -43,12 +43,12 @@ class NewProjectInfo(QtGui.QWidget): - CHECKEXIST - CHECKNAME - NONE - - @params - :projName => name of the project created passed from - frontEnd/Application new_project() - @return - :dirs => The directories inside the project folder + + @params + :projName => name of the project created passed from + frontEnd/Application new_project() + @return + :dirs => The directories inside the project folder :filelist => The files inside the project folder @params |