The branch, master has been updated via e0a1241c3982f8d637ccda7f2fe9c0f3a3ed21af (commit) from 04ecca3b0c80a420af49df7cb06dd5cb24b52dc9 (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 e0a1241c3982f8d637ccda7f2fe9c0f3a3ed21af Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Jun 19 22:01:09 2011 +0200 another type fix ----------------------------------------------------------------------- Summary of changes: x2go/backends/control/_stdout.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py index ca9efb7..a34a2bc 100644 --- a/x2go/backends/control/_stdout.py +++ b/x2go/backends/control/_stdout.py @@ -417,7 +417,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient): self.logger('performing SSH keyboard-interactive authentication with server', loglevel=log.loglevel_DEBUG) try: paramiko.SSHClient.connect(self, hostname, port=port, username=username, password=password, - timeout=float(timeout), allow_agent=allow_agent, look_for_keys=look_for_keys) + timeout=timeout, allow_agent=allow_agent, look_for_keys=look_for_keys) except: if self.sshproxy_session: self.sshproxy_session.stop_thread() 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).