diff options
author | nilshah98 | 2019-05-28 00:27:24 +0530 |
---|---|---|
committer | nilshah98 | 2019-06-07 11:03:16 +0530 |
commit | 818c3f2d43914940ba3cdf580c5a6f26a8200834 (patch) | |
tree | 349e117543cd25c60bda36fcc555fb9b9b70b9ee /src/projManagement/Validation.py | |
parent | 48196556e90f5566e8d42088f596a5fc7ae8e918 (diff) | |
download | eSim-818c3f2d43914940ba3cdf580c5a6f26a8200834.tar.gz eSim-818c3f2d43914940ba3cdf580c5a6f26a8200834.tar.bz2 eSim-818c3f2d43914940ba3cdf580c5a6f26a8200834.zip |
projectManagement, ngspicetoModelica, subcircuit made pep8 compliant
Diffstat (limited to 'src/projManagement/Validation.py')
-rw-r--r-- | src/projManagement/Validation.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/projManagement/Validation.py b/src/projManagement/Validation.py index 38d45495..11cdcaf9 100644 --- a/src/projManagement/Validation.py +++ b/src/projManagement/Validation.py @@ -1,11 +1,12 @@ -#========================================================================= +# ========================================================================= # # FILE: Validation.py # # USAGE: --- # -# DESCRIPTION: This module is use to create validation for openProject,newProject and other activity. +# DESCRIPTION: This module is use to create validation for openProject, +# newProject and other activity. # # OPTIONS: --- # REQUIREMENTS: --- @@ -15,7 +16,7 @@ # ORGANIZATION: eSim team at FOSSEE, IIT Bombay. # CREATED: Wednesday 12 February 2015 # REVISION: --- -#========================================================================= +# ========================================================================= import os import re import distutils.spawn |