The branch, master has been updated via c005bbc4e71fb40b5766e4a26d63cf30dec25bd1 (commit) from 6e31c25958c932247293307f015082d13df2b31e (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 c005bbc4e71fb40b5766e4a26d63cf30dec25bd1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 11 11:53:30 2012 +0200 fix __doc__ string ----------------------------------------------------------------------- Summary of changes: x2go/registry.py | 2 -- 1 file changed, 2 deletions(-) The diff of changes is: diff --git a/x2go/registry.py b/x2go/registry.py index 84a0058..07571c4 100644 --- a/x2go/registry.py +++ b/x2go/registry.py @@ -498,8 +498,6 @@ class X2goSessionRegistry(object): @type add_to_known_hosts: C{bool} @param known_hosts: the underlying Paramiko/SSH systems C{known_hosts} file @type known_hosts: C{str} - @param forward_sshagent: forward SSH agent authentication requests to the X2Go client-side - @type forward_sshagent: C{bool} @param kwargs: all other options will be passed on to the constructor of the to-be-instantiated L{X2goSession} instance @type C{dict} 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).