diff options
author | komalsheth236 | 2015-05-08 17:27:01 +0530 |
---|---|---|
committer | komalsheth236 | 2015-05-08 17:27:01 +0530 |
commit | 6a69cbdbb54b99e1b4e27fac4635f8169b6db463 (patch) | |
tree | 6e05791ab65b9084c34c0d32f01dde2f0d3962e1 /src/configuration/Appconfig.py | |
parent | a903ba510fca71c308c0268d3c99f98192dc95c0 (diff) | |
parent | 37854e4e6e1dfd448bc7fb63e31d750843aa68bc (diff) | |
download | eSim-6a69cbdbb54b99e1b4e27fac4635f8169b6db463.tar.gz eSim-6a69cbdbb54b99e1b4e27fac4635f8169b6db463.tar.bz2 eSim-6a69cbdbb54b99e1b4e27fac4635f8169b6db463.zip |
Merge pull request #1 from FOSSEE/master
Update Me
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 f00ac984..957634c2 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -36,7 +36,7 @@ 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 = [] - dictPath = os.path.join(home, ".text.txt") + dictPath = os.path.join(os.path.expanduser("~"), ".projectExplorer.txt") try: project_explorer = json.load(open(dictPath)) except: |