The branch, master has been updated via 564bc7cc97eccfc1ddca356a2bf52b093b9004a3 (commit) from 14bdff2bb22efd16db1561ee229e8ae004396a21 (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 564bc7cc97eccfc1ddca356a2bf52b093b9004a3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 17 01:09:51 2012 +0100 use non-locking terminate method ----------------------------------------------------------------------- Summary of changes: x2go/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/session.py b/x2go/session.py index 91d74a7..33c1701 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -438,7 +438,7 @@ class X2goSession(object): # get rid of the faulty session... try: - self.terminate() + self._terminate() except x2go_exceptions.X2goSessionException: pass 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).