The branch, master has been updated via bcbc75f490c112b47e2c30ce889f23f0ce0822ef (commit) from 009a7d9f70834ad66f535b71ac4d1670a6009b0e (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 bcbc75f490c112b47e2c30ce889f23f0ce0822ef Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jun 23 16:37:01 2011 +0200 remove unnecessary brackets ----------------------------------------------------------------------- Summary of changes: x2go/backends/terminal/_stdout.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py index 27d3eca..38e0739 100644 --- a/x2go/backends/terminal/_stdout.py +++ b/x2go/backends/terminal/_stdout.py @@ -768,7 +768,7 @@ class X2goTerminalSessionSTDOUT(object): @rtype: bool """ - return bool(self.session_info.name and (self.proxy.ok())) + return bool(self.session_info.name and self.proxy.ok()) def is_running(self): """\ 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).