summaryrefslogtreecommitdiff
path: root/src/configuration
diff options
context:
space:
mode:
authorathulappadan2015-04-10 12:17:58 +0530
committerathulappadan2015-04-10 12:17:58 +0530
commit68c0ed4e6bb6659928423ea7363ed2f28fbdd4ca (patch)
treeda8c9031397532291665d518637b89c7b029d042 /src/configuration
parent09278fca52c3d9779b86c97005f762c5719b88d9 (diff)
downloadeSim-68c0ed4e6bb6659928423ea7363ed2f28fbdd4ca.tar.gz
eSim-68c0ed4e6bb6659928423ea7363ed2f28fbdd4ca.tar.bz2
eSim-68c0ed4e6bb6659928423ea7363ed2f28fbdd4ca.zip
Exit method modified
Diffstat (limited to 'src/configuration')
-rw-r--r--src/configuration/Appconfig.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py
index 5735534b..a5dfa546 100644
--- a/src/configuration/Appconfig.py
+++ b/src/configuration/Appconfig.py
@@ -20,7 +20,8 @@
from PyQt4 import QtGui
import os
-
+global procThread_list # keeps tracking all the processes called
+procThread_list = []
class Appconfig(QtGui.QWidget):
"""
@@ -33,8 +34,7 @@ class Appconfig(QtGui.QWidget):
current_project = {"ProjectName":None}
#Workspace detail
workspace_text = '''ecSim stores your project in a folder called a workspace. You can choose a different workspace folder to use for this session.'''
-
-
+ procThread_list = []
def __init__(self):
super(Appconfig, self).__init__()