[X2go-Commits] python-x2go.git - master (branch) updated: 0.1.0.3-39-g912ce42
X2go dev team
git-admin at x2go.org
Thu Jun 23 13:24:16 CEST 2011
The branch, master has been updated
via 912ce42c8e9222d6c31a4ef9409e20d3f692f9cb (commit)
from ccbabb821c111c7bd01eae23c6e1a156029d97bc (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 912ce42c8e9222d6c31a4ef9409e20d3f692f9cb
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Jun 23 13:23:58 2011 +0200
Use X2goSessionRegistryException here...
-----------------------------------------------------------------------
Summary of changes:
x2go/registry.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/x2go/registry.py b/x2go/registry.py
index 4cda525..5be0d1d 100644
--- a/x2go/registry.py
+++ b/x2go/registry.py
@@ -112,7 +112,7 @@ class X2goSessionRegistry(object):
try:
return self.registry[session_uuid]
except KeyError:
- raise X2goSessionException('No session found for UUID %s' % session_uuid)
+ raise X2goSessionRegistryException('No session found for UUID %s' % session_uuid)
def disable_session_auto_registration(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).
More information about the x2go-commits
mailing list