The branch, twofactorauth has been updated via df35eae6552bb6f03757ece2da849efa90ad536b (commit) from 3446edde0f70b997658385e358c4c7514c11d4c9 (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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/defaults.py b/x2go/defaults.py index 303be23..533a3e3 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -128,7 +128,7 @@ X2GO_SESSIONPROFILE_DEFAULTS = { 'print': True, 'xdmcpserver': 'localhost', } -"""L{X2goSessionProfile} default values to fill a new session profile with.""" +"""L{X2goSessionProfiles} default values to fill a new session profile with.""" ## ## X2go Proxy defaults ## @@ -191,7 +191,7 @@ for meth in [ m for m in pack_methods_nx3 if "%" in m ]: ## THESE ARE NOT NEEDED!!!! THERE IS A METHOD IN utils.py that does the job... ## X2GO_INIPARMS_TO_SESSION_PARMS = (('soundsystem','snd_system'), ('command','cmd'),('host','server'),('user', 'username'), - ('layout','kblayout'),('type','kbtype')) + ('key', 'key_filename'),('layout','kblayout'),('type','kbtype'), ('sshport', 'port')) ## ## X2go session defaults 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).