diff options
author | Sunil Shetye | 2019-06-25 15:00:55 +0530 |
---|---|---|
committer | GitHub | 2019-06-25 15:00:55 +0530 |
commit | 32acf14bfbfa5d5874ebfdbf88ef64777f05e3f8 (patch) | |
tree | fc23c9c31d0821fa0deec33aa452f70df602217d /src/projManagement/newProject.py | |
parent | 73399832febef4407eb8d8a9e57d535f18b18654 (diff) | |
parent | c263636b86d204c9500ed2fe58e4f9db74c28bee (diff) | |
download | eSim-32acf14bfbfa5d5874ebfdbf88ef64777f05e3f8.tar.gz eSim-32acf14bfbfa5d5874ebfdbf88ef64777f05e3f8.tar.bz2 eSim-32acf14bfbfa5d5874ebfdbf88ef64777f05e3f8.zip |
Merge pull request #101 from nilshah98/sphinx
Made pep8 compliant, Resolves #100
Diffstat (limited to 'src/projManagement/newProject.py')
-rw-r--r-- | src/projManagement/newProject.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/projManagement/newProject.py b/src/projManagement/newProject.py index 92e90742..44a7a69a 100644 --- a/src/projManagement/newProject.py +++ b/src/projManagement/newProject.py @@ -23,7 +23,6 @@ import os import json - class NewProjectInfo(QtGui.QWidget): """ This class is called when User create new Project. @@ -39,7 +38,7 @@ class NewProjectInfo(QtGui.QWidget): This function create Project related directories and files. Before creating also validates using the `Validation` class - Validation codes + Validation codes - VALID - CHECKEXIST |