This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from dae18fc misc: whitespace only. new 8e2500a documentation: Fix wording in docstring. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 +- x2go/backends/control/plain.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 8e2500a487b58bc377672aa81cb20e917bc27857 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 1 10:34:26 2016 +0100 documentation: Fix wording in docstring. --- debian/changelog | 2 +- x2go/backends/control/plain.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 404820f..21f0d62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ python-x2go (0.5.0.5-0x2go1) UNRELEASED; urgency=low - * Continue development + * Documentation: Fix wording in docstring." -- X2Go Release Manager <git-admin@x2go.org> Tue, 28 Jul 2015 22:35:45 +0200 diff --git a/x2go/backends/control/plain.py b/x2go/backends/control/plain.py index ecb4451..73807e5 100644 --- a/x2go/backends/control/plain.py +++ b/x2go/backends/control/plain.py @@ -873,7 +873,7 @@ class X2GoControlSession(paramiko.SSHClient): @raise X2GoSSHProxyException: any SSH proxy exception is passed through while establishing the SSH proxy connection and tunneling setup @raise X2GoSSHAuthenticationException: any SSH proxy authentication exception is passed through while establishing the SSH proxy connection and tunneling setup @raise X2GoRemoteHomeException: if the remote home directory does not exist or is not accessible - @raise X2GoControlSessionException: if the remote peer has died event unexpectedly + @raise X2GoControlSessionException: if the remote peer has died unexpectedly """ _fake_hostname = None -- Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git