diff options
Diffstat (limited to 'src/configuration')
-rw-r--r-- | src/configuration/Appconfig.py | 2 | ||||
-rw-r--r-- | src/configuration/Appconfig.pyc | bin | 1304 -> 1303 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 542c0b3f..c0ea1037 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.join(os.path.expanduser("~"),"ecSim-Workspace") + home = os.path.join(os.path.expanduser("~"),"eSim-Workspace") default_workspace = {"workspace":home} #Current Project detail current_project = {"ProjectName":None} diff --git a/src/configuration/Appconfig.pyc b/src/configuration/Appconfig.pyc Binary files differindex 4c19546d..f8804014 100644 --- a/src/configuration/Appconfig.pyc +++ b/src/configuration/Appconfig.pyc |