This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 80e2752403887f9578e5e39a55006d5e6a6ce9a4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Mar 18 10:21:26 2014 +0100 fix for last commit --- x2go/backends/profiles/file.py | 1 + 1 file changed, 1 insertion(+) diff --git a/x2go/backends/profiles/file.py b/x2go/backends/profiles/file.py index ffe3ad5..19b3b64 100644 --- a/x2go/backends/profiles/file.py +++ b/x2go/backends/profiles/file.py @@ -27,6 +27,7 @@ applications. __NAME__ = 'x2gosessionprofiles-pylib' import types +import random # Python X2Go modules from x2go.defaults import X2GO_SESSIONPROFILES_CONFIGFILES as _X2GO_SESSIONPROFILES_CONFIGFILES -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git