summaryrefslogtreecommitdiff
path: root/src/configuration
diff options
context:
space:
mode:
authorfahim2015-04-30 14:13:27 +0530
committerfahim2015-04-30 14:13:27 +0530
commit1bedbb24c5a98bac8e1802893137b375cd5f4ee3 (patch)
treefe4d66056a741a5f619d0552e5c0b88a1b42c00c /src/configuration
parent320ab0257341c029f5aa9333fe233a371309e802 (diff)
downloadeSim-1bedbb24c5a98bac8e1802893137b375cd5f4ee3.tar.gz
eSim-1bedbb24c5a98bac8e1802893137b375cd5f4ee3.tar.bz2
eSim-1bedbb24c5a98bac8e1802893137b375cd5f4ee3.zip
Subject: Modified Application.py
Description: Created new framework for main Application.py
Diffstat (limited to 'src/configuration')
-rw-r--r--src/configuration/Appconfig.py4
-rw-r--r--src/configuration/Appconfig.pycbin1384 -> 1388 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py
index cb5bdca3..84502e5d 100644
--- a/src/configuration/Appconfig.py
+++ b/src/configuration/Appconfig.py
@@ -26,14 +26,16 @@ class Appconfig(QtGui.QWidget):
All configuration goes here.
May change in future for code optimization.
"""
+
#Home directory
home = os.path.join(os.path.expanduser("~"),"eSim-Workspace")
default_workspace = {"workspace":home}
#Current Project detail
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.'''
+ 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 = []
+
def __init__(self):
super(Appconfig, self).__init__()
diff --git a/src/configuration/Appconfig.pyc b/src/configuration/Appconfig.pyc
index dc4428f2..7d047db5 100644
--- a/src/configuration/Appconfig.pyc
+++ b/src/configuration/Appconfig.pyc
Binary files differ