diff options
author | fahim-oscad | 2016-04-04 16:59:25 +0530 |
---|---|---|
committer | fahim-oscad | 2016-04-04 16:59:25 +0530 |
commit | 705a0be005d9be0a3a81a4f58e4b5c92e586a4c9 (patch) | |
tree | b94d6ecdbf95262b8da335aa7c650e3e2fc8607b /src/configuration/Appconfig.py | |
parent | 92860fe3ba762ff0a690f887319a7d95018b49c9 (diff) | |
parent | 66770d5e2c94cc299424daa67b8bfafcb4d9b8c1 (diff) | |
download | eSim-705a0be005d9be0a3a81a4f58e4b5c92e586a4c9.tar.gz eSim-705a0be005d9be0a3a81a4f58e4b5c92e586a4c9.tar.bz2 eSim-705a0be005d9be0a3a81a4f58e4b5c92e586a4c9.zip |
Merged modification branch into release
Diffstat (limited to 'src/configuration/Appconfig.py')
-rw-r--r-- | src/configuration/Appconfig.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 72510174..3e4afad6 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -38,6 +38,8 @@ class Appconfig(QtGui.QWidget): #Workspace detail workspace_text = '''eSim stores your project in a folder called a eSim-Workspace. You can choose a different workspace folder to use for this session.''' procThread_list = [] + proc_dict={} #holds the pids of all external windows corresponds to the current project + dock_dict={} #holds all dockwidgets dictPath = os.path.join(os.path.expanduser("~"), ".projectExplorer.txt") noteArea = {} try: @@ -75,4 +77,4 @@ class Appconfig(QtGui.QWidget): -
\ No newline at end of file + |