The branch, master has been updated via 1cd026fbcc45b4688fcc88ea7be6dcc52e6488a7 (commit) from 41fd2fad0c72117701608c83ced9b6e35221e9fd (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 ----------------------------------------------------------------- commit 1cd026fbcc45b4688fcc88ea7be6dcc52e6488a7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Mar 4 16:24:51 2013 +0100 replace time with gevent in import section ----------------------------------------------------------------------- Summary of changes: x2gobroker/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py index 037450b..1c83908 100644 --- a/x2gobroker/agent.py +++ b/x2gobroker/agent.py @@ -22,7 +22,7 @@ import subprocess import paramiko import cStringIO -import gevent +import time import x2gobroker._paramiko x2gobroker._paramiko.monkey_patch_paramiko() hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).