summaryrefslogtreecommitdiff
path: root/src/Appconfig.py
diff options
context:
space:
mode:
authorrahulp132020-02-20 15:19:54 +0530
committerrahulp132020-02-20 15:19:54 +0530
commit5deac9027a851c497c6aebfb9b74c491b598e944 (patch)
tree2ac8b8adf77b2a0dabc788beddaf50c99236458c /src/Appconfig.py
parent4245ac1c7a4ef6a4e650ab666327210f2c812e3e (diff)
downloadnghdl-5deac9027a851c497c6aebfb9b74c491b598e944.tar.gz
nghdl-5deac9027a851c497c6aebfb9b74c491b598e944.tar.bz2
nghdl-5deac9027a851c497c6aebfb9b74c491b598e944.zip
restructured code - pyinstaller
Diffstat (limited to 'src/Appconfig.py')
-rw-r--r--src/Appconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Appconfig.py b/src/Appconfig.py
index 8ad0a77..8cf63a2 100644
--- a/src/Appconfig.py
+++ b/src/Appconfig.py
@@ -9,7 +9,7 @@ class Appconfig:
parser_esim.read(os.path.join(home, os.path.join('.esim', 'config.ini')))
try:
src_home = parser_esim.get('eSim', 'eSim_HOME')
- xml_loc = os.path.join(src_home, 'src/modelParamXML')
+ xml_loc = os.path.join(src_home, 'library/modelParamXML')
lib_loc = os.path.expanduser('~')
except BaseException:
pass