summaryrefslogtreecommitdiff
path: root/src/configuration/Appconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration/Appconfig.py')
-rw-r--r--src/configuration/Appconfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py
index 10bf5ffd..cb5bdca3 100644
--- a/src/configuration/Appconfig.py
+++ b/src/configuration/Appconfig.py
@@ -23,7 +23,8 @@ import os
class Appconfig(QtGui.QWidget):
"""
- All configuration goes here
+ All configuration goes here.
+ May change in future for code optimization.
"""
#Home directory
home = os.path.join(os.path.expanduser("~"),"eSim-Workspace")