The branch, master has been updated via 539c961f6f63bc4cc6a4f07ea608b08f060e96c8 (commit) from 84bca5bbc2d00462ad237d375c6555dc4c16d3be (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 539c961f6f63bc4cc6a4f07ea608b08f060e96c8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 10 20:48:13 2012 +0100 fix syntax error ----------------------------------------------------------------------- Summary of changes: x2go/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/utils.py b/x2go/utils.py index c032248..0a25fd3 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -587,7 +587,7 @@ def find_session_window(session_name): success = False windowIDs_obj = root.get_full_property(display.intern_atom('_NET_CLIENT_LIST'), Xlib.X.AnyPropertyType) - if windowIDs_obj not None: + if windowIDs_obj is not None: windowIDs = windowIDs_obj.value for windowID in windowIDs: 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).