This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 5eea83a fix method name new 80e2752 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/backends/profiles/file.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 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