The branch, master has been updated via 116df2c20b8f779dacec59d7b389911c9f053c70 (commit) from 8da942dc36a58af3aefc730ace7c7af91ad587c0 (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 116df2c20b8f779dacec59d7b389911c9f053c70 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 20 22:07:42 2011 +0200 import fix ----------------------------------------------------------------------- Summary of changes: x2go/forward.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2go/forward.py b/x2go/forward.py index 75153f0..a1adefe 100644 --- a/x2go/forward.py +++ b/x2go/forward.py @@ -34,7 +34,7 @@ from gevent.server import StreamServer # Python X2go modules import log -import defaults.X2GOCLIENT_OS as _X2GOCLIENT_OS +from defaults import X2GOCLIENT_OS as _X2GOCLIENT_OS import x2go_exceptions class X2goFwServer(StreamServer): 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).