The branch, master has been updated via 982d86f3ccf7d17f6590036fd49a4e8bf127df6a (commit) from 1864f206b495fe38b2b9e6e2569de1b215279de0 (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 982d86f3ccf7d17f6590036fd49a4e8bf127df6a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jun 21 20:11:23 2011 +0200 Add X2goTimeOutException ----------------------------------------------------------------------- Summary of changes: x2go/x2go_exceptions.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/x2go/x2go_exceptions.py b/x2go/x2go_exceptions.py index e211836..9b7b3eb 100644 --- a/x2go/x2go_exceptions.py +++ b/x2go/x2go_exceptions.py @@ -61,6 +61,7 @@ class X2goSSHProxyException(_X2goException): pass class X2goSSHProxyAuthenticationException(_X2goException): pass class X2goNotImplementedYetException(_X2goException): pass class X2goDesktopSharingException(_X2goException): pass +class X2goTimeOutException(_X2goException): pass if _X2GOCLIENT_OS != 'Windows': # faking Windows errors on non-Windows systems... class WindowsError(_X2goException): 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).