diff options
author | fahim | 2015-02-18 15:40:04 +0530 |
---|---|---|
committer | fahim | 2015-02-18 15:40:04 +0530 |
commit | 6e070b2fccfb9142ead325a9f437f28144e99ce8 (patch) | |
tree | 739340cf5bde7a0424064018da689dd2c18e5dac /src/configuration/Appconfig.py | |
parent | 756ad7fcfe3e9cb7f1c90e0c773cfb46243a2496 (diff) | |
download | eSim-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.py | 2 |
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"} |