[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.0.36.1-22-gefe9e59

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:56:10 CEST 2013


The branch, twofactorauth has been updated
       via  efe9e59f9650acc835058df5cc5b2fc982a5e3b2 (commit)
      from  5854eff8255d19ec57a1dfa298f941f9497870d8 (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:
 x2go/utils.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/utils.py b/x2go/utils.py
index 602ea98..bd2c404 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -31,7 +31,7 @@ import types
 import copy
 import paramiko
 import socket
-import gevent
+import time
 
 # Python X2go modules
 from defaults import X2GOCLIENT_OS as _X2GOCLIENT_OS
@@ -277,7 +277,7 @@ def patiently_remove_file(_dir, _file):
             _not_removed = False
         except:
             # file is probably locked
-            gevent.sleep(5)
+            time.sleep(5)
 
 def detect_unused_port(bind_address='', preferred_port=None):
 


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