The branch, master has been updated via 02b0cc37d1a1997269c3ffb5b2498748f77c8d1d (commit) from e03f3f438f36ef87dfd5d793ccd8461b610b0459 (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 02b0cc37d1a1997269c3ffb5b2498748f77c8d1d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 24 16:13:47 2012 +0200 cleanup commit for last commit ----------------------------------------------------------------------- Summary of changes: x2go/mimeboxactions.py | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/mimeboxactions.py b/x2go/mimeboxactions.py index 48a3b4f..bf87b69 100644 --- a/x2go/mimeboxactions.py +++ b/x2go/mimeboxactions.py @@ -29,7 +29,6 @@ __NAME__ = 'x2gomimeboxactions-pylib' import os import copy import time -import gevent from defaults import X2GOCLIENT_OS as _X2GOCLIENT_OS if _X2GOCLIENT_OS in ("Windows"): @@ -109,7 +108,7 @@ class X2goMIMEboxAction(object): def do_process(self, mimebox_file, mimebox_dir, ): """\ - Wrapper (using C{gevent.spawn()}) method for the actual processing of MIME + Wrapper method for the actual processing of MIME box actions. @param mimebox_file: file name as placed in to the X2Go MIME box directory 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).