summaryrefslogtreecommitdiff
path: root/src/configuration/Appconfig.py
diff options
context:
space:
mode:
authorfahim2015-02-18 15:40:04 +0530
committerfahim2015-02-18 15:40:04 +0530
commit6e070b2fccfb9142ead325a9f437f28144e99ce8 (patch)
tree739340cf5bde7a0424064018da689dd2c18e5dac /src/configuration/Appconfig.py
parent756ad7fcfe3e9cb7f1c90e0c773cfb46243a2496 (diff)
downloadeSim-6e070b2fccfb9142ead325a9f437f28144e99ce8.tar.gz
eSim-6e070b2fccfb9142ead325a9f437f28144e99ce8.tar.bz2
eSim-6e070b2fccfb9142ead325a9f437f28144e99ce8.zip
Subject: Deleted Unwanted file
Description: Deleted unwanted file
Diffstat (limited to 'src/configuration/Appconfig.py')
-rw-r--r--src/configuration/Appconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py
index 811029ca..550670cf 100644
--- a/src/configuration/Appconfig.py
+++ b/src/configuration/Appconfig.py
@@ -27,7 +27,7 @@ class Appconfig(QtGui.QWidget):
All configuration goes here
"""
#Home directory
- home = os.path.expanduser("~")+"/ecSim-Workspace"
+ home = os.path.join(os.path.expanduser("~"),"ecSim-Workspace")
default_workspace = {"workspace":home}
#Current Project detail
current_project = {"ProjectName":"None"}