[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.4-264-g9e147d7

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:29:11 CET 2014


The branch, build-baikal has been updated
       via  9e147d7aad30417c405de5621054f7a1503ccded (commit)
      from  086c072e295108806cb0b499885ef4d07fee1fec (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 examples/x2go_resume_session.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/examples/x2go_resume_session.py b/examples/x2go_resume_session.py
index 5fdb29a..2afc739 100644
--- a/examples/x2go_resume_session.py
+++ b/examples/x2go_resume_session.py
@@ -27,7 +27,7 @@ import x2go
 
 import getpass
 import os,sys
-import time
+import gevent
 import paramiko
 
 # modify to your needs...
@@ -50,7 +50,7 @@ if avail_sessions:
 
     try:
         while cli.session_ok(s_uuid):
-            time.sleep(1)
+            gevent.sleep(2)
     except KeyboardInterrupt:
         pass
 


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

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 "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list