[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.1.1.4-59-g7a7a930

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:17:29 CET 2014


The branch, release/0.4.0.x 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                 |    1 +
 x2go/backends/control/_stdout.py |    2 ++
 2 files changed, 3 insertions(+)

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 at 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).




More information about the x2go-commits mailing list