[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.1.1.4-201-gaf2749d

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:17:52 CET 2014


The branch, release/0.4.0.x 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/defaults.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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