[X2go-Commits] python-x2go.git - master (branch) updated: 0.1.1.4-201-gaf2749d
X2Go dev team
git-admin at x2go.org
Mon Apr 16 17:24:31 CEST 2012
The branch, master has been updated
via af2749db6a96fd14cffa881f92c09ebae6e3bbcc (commit)
from 617f7b4bb5cc77647b345474a184079fcbf716e3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit af2749db6a96fd14cffa881f92c09ebae6e3bbcc
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Apr 16 17:24:25 2012 +0200
make sure the LOCAL_HOME path is normalized
-----------------------------------------------------------------------
Summary of changes:
x2go/defaults.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/x2go/defaults.py b/x2go/defaults.py
index 4cb994d..cb11513 100644
--- a/x2go/defaults.py
+++ b/x2go/defaults.py
@@ -43,7 +43,7 @@ if X2GOCLIENT_OS != 'Windows':
except Xlib.error.DisplayNameError:
X_DISPLAY = None
-LOCAL_HOME = os.path.expanduser('~')
+LOCAL_HOME = os.path.normpath(os.path.expanduser('~'))
X2GO_SESSIONS_ROOTDIR = '.x2go'
X2GO_CLIENT_ROOTDIR = '.x2goclient'
X2GO_SSH_ROOTDIR = os.path.join('.x2go','.ssh')
hooks/post-receive
--
python-x2go.git (Python X2Go Client API)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-x2go.git" (Python X2Go Client API).
More information about the x2go-commits
mailing list