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