The branch, master has been updated via f60285590b5485e4105071e1ce4020bf9026e1ef (commit) from 8439aa2b9b670c6c3b35fb9cf6908b5ce19e03de (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 f60285590b5485e4105071e1ce4020bf9026e1ef Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 8 13:48:27 2012 +0100 clean up code ----------------------------------------------------------------------- Summary of changes: x2go/session.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) The diff of changes is: diff --git a/x2go/session.py b/x2go/session.py index 21fd356..306fe59 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -1613,7 +1613,7 @@ class X2goSession(object): self.terminal_session.exec_published_application(exec_name, timeout=timeout, env=self.session_environment) __exec_published_application = exec_published_application - def do_auto_start_or_resume(self, newest=True, oldest=False, all_suspended=False, start=True, redirect_to_client=True, wait_for_progress_query=False): + def do_auto_start_or_resume(self, newest=True, oldest=False, all_suspended=False, start=True, redirect_to_client=True): """\ Automatically start or resume this session, if already associated with a server session. Otherwise resume a server-side available/suspended session (see options to declare which session to resume). @@ -1888,9 +1888,6 @@ class X2goSession(object): @param progress_event: a C{thread.Event} object that notifies a status object like the one in L{utils.ProgressStatus}. @type progress_event: C{obj} - @param wait_for_progress_query: wait for the progress status notification code to get ready before - launching the session - @type wait_for_progress_query: C{bool} @return: returns C{True} if starting the session has been successful, C{False} otherwise @rtype: C{bool} @@ -1921,9 +1918,6 @@ class X2goSession(object): @param progress_event: a C{thread.Event} object that notifies a status object like the one in L{utils.ProgressStatus}. @type progress_event: C{obj} - @param wait_for_progress_query: wait for the progress status notification code to get ready before - launching the session - @type wait_for_progress_query: C{bool} @return: returns C{True} if starting the session has been successful, C{False} otherwise @rtype: C{bool} 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).