summaryrefslogtreecommitdiff
path: root/src/configuration/Appconfig.py
diff options
context:
space:
mode:
authorfahim2015-03-25 16:01:00 +0530
committerfahim2015-03-25 16:01:00 +0530
commit38156ae2ab71a0b26870c8a4a2c0745427a032ff (patch)
tree79103ed9b5a6ed4e25aac421c3b0b21967ae97e4 /src/configuration/Appconfig.py
parent0e14e5c36023a4a12cfe7429b0be01dc534151b4 (diff)
downloadeSim-38156ae2ab71a0b26870c8a4a2c0745427a032ff.tar.gz
eSim-38156ae2ab71a0b26870c8a4a2c0745427a032ff.tar.bz2
eSim-38156ae2ab71a0b26870c8a4a2c0745427a032ff.zip
Subject: Added module for source tab
Description: Addition of source tab is completed. Able to update source detail of schematic info.
Diffstat (limited to 'src/configuration/Appconfig.py')
-rw-r--r--src/configuration/Appconfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py
index c0ea1037..bf3c4140 100644
--- a/src/configuration/Appconfig.py
+++ b/src/configuration/Appconfig.py
@@ -33,6 +33,8 @@ 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.'''
+
+
def __init__(self):
super(Appconfig, self).__init__()