The branch, master has been updated via 7a7a93082f9791c56f5fc98b30562d0c4408e8be (commit) from 1b8e6a3ffe35e2068d27220399c4f179e0542d10 (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 7a7a93082f9791c56f5fc98b30562d0c4408e8be Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Sep 26 20:27:05 2011 +0200 Fix missing import of socket module in backends/control/_stdout.py. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2go/backends/control/_stdout.py | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index e0e2ca4..81122b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ python-x2go (0.1.1.8-0-x2go1) UNRELEASED; urgency=low - Bugfix for: Test for existence of remote home directory on connect. - Unshare local folders during session cleanup. - Remove local session cache folders after sessions have terminated. + - Fix missing import of socket module in backends/control/_stdout.py. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 25 Sep 2011 02:08:11 +0200 diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py index 74bc797..5e7d2a3 100644 --- a/x2go/backends/control/_stdout.py +++ b/x2go/backends/control/_stdout.py @@ -37,6 +37,8 @@ import binascii import string import random +from gevent import socket + # Python X2go modules import x2go.sshproxy as sshproxy import x2go.log as log 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).