The branch, master has been updated via fe53e1d162fc80671321f9904ecc47f2f59b8071 (commit) from 02b0cc37d1a1997269c3ffb5b2498748f77c8d1d (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 fe53e1d162fc80671321f9904ecc47f2f59b8071 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 24 16:40:07 2012 +0200 fix undefined protected property in X2Go session info ----------------------------------------------------------------------- Summary of changes: x2go/backends/info/_stdout.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/x2go/backends/info/_stdout.py b/x2go/backends/info/_stdout.py index e964f54..4e1c3e8 100644 --- a/x2go/backends/info/_stdout.py +++ b/x2go/backends/info/_stdout.py @@ -183,6 +183,7 @@ class X2goServerSessionInfoSTDOUT(object): self.status = '' self.local_container = '' self.remote_container = '' + self.protected = False def update(self, session_info): """\ 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).