This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 54fddb2 On non-Windows platforms, enforce usage of the "ares" DNS resolver in python-gevent (which is available since Python gevent 1.0~). (Fixes: #588). new 56dd121 fix for last commit The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2go/__init__.py | 1 + 1 file changed, 1 insertion(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 56dd1211851b248af63e9c08f62188d315ddf1b2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Aug 29 22:08:34 2014 +0200 fix for last commit --- x2go/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/x2go/__init__.py b/x2go/__init__.py index 5ad66b0..7be12a5 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -215,6 +215,7 @@ from defaults import X2GO_SESSIONS_ROOTDIR from defaults import X2GO_SSH_ROOTDIR from defaults import BACKENDS +if X2GOCLIENT_OS == 'Windows': from xserver import X2GoClientXConfig, X2GoXServer # compat section -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git