diff options
author | komalsheth236 | 2015-09-22 14:31:02 +0530 |
---|---|---|
committer | komalsheth236 | 2015-09-22 14:31:02 +0530 |
commit | 193d284f377ccf963bbd762bdb03f3daae2fa1af (patch) | |
tree | 185b7547e717b9053a82b829b30aa05894daff33 /src/configuration/Appconfig.py | |
parent | bcc0d1b98380f33b9d0c389f5322dc1e880af9e5 (diff) | |
download | eSim-193d284f377ccf963bbd762bdb03f3daae2fa1af.tar.gz eSim-193d284f377ccf963bbd762bdb03f3daae2fa1af.tar.bz2 eSim-193d284f377ccf963bbd762bdb03f3daae2fa1af.zip |
Nghdl Processes Terminated
Diffstat (limited to 'src/configuration/Appconfig.py')
-rw-r--r-- | src/configuration/Appconfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 16e440ab..0d3e0346 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -44,6 +44,7 @@ class Appconfig(QtGui.QWidget): project_explorer = json.load(open(dictPath)) except: project_explorer= {} + process_obj = [] def __init__(self): super(Appconfig, self).__init__() |