diff options
author | rahulp13 | 2023-06-13 18:10:16 +0530 |
---|---|---|
committer | rahulp13 | 2023-06-13 18:10:16 +0530 |
commit | 172debd60ec1bae09c6b9c9180a388628e819909 (patch) | |
tree | d37e6da4a8ed3dbaf761751df3d3224662a611bf /src/configuration | |
parent | 2ed5f8dce60da2dfde8cf36a8f8b29d3c2fb1107 (diff) | |
download | eSim-172debd60ec1bae09c6b9c9180a388628e819909.tar.gz eSim-172debd60ec1bae09c6b9c9180a388628e819909.tar.bz2 eSim-172debd60ec1bae09c6b9c9180a388628e819909.zip |
maker module flake8 compliant & added docstrings
Diffstat (limited to 'src/configuration')
-rw-r--r-- | src/configuration/Appconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index c3f14e6f..00977ca0 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -10,7 +10,7 @@ # BUGS: --- # NOTES: --- # AUTHOR: Fahim Khan, fahim.elex@gmail.com -# MODIFIED: Rahul Paknikar, rahulp@cse.iitb.ac.in +# MODIFIED: Rahul Paknikar, rahulp@iitb.ac.in # ORGANIZATION: eSim Team at FOSSEE, IIT Bombay # CREATED: Tuesday 24 February 2015 # REVISION: Tuesday 13 September 2022 |