The branch, master has been updated via e5a1796b9bb9c31634dfa35832686766b4683028 (commit) from 539c961f6f63bc4cc6a4f07ea608b08f060e96c8 (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 e5a1796b9bb9c31634dfa35832686766b4683028 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 12 09:03:00 2012 +0100 add __doc__ strings for progress status methods in X2goSession class ----------------------------------------------------------------------- Summary of changes: x2go/session.py | 11 +++++++++++ 1 file changed, 11 insertions(+) The diff of changes is: diff --git a/x2go/session.py b/x2go/session.py index 306fe59..e841565 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -1663,9 +1663,20 @@ class X2goSession(object): __do_auto_start_or_resume = do_auto_start_or_resume def reset_progress_status(self): + """\ + Reset session startup/resumption progress status. + + """ self._progress_status = 0 def get_progress_status(self): + """\ + Retrieve session startup/resumption progress status. + + @return: returns an C{int} value between 0 and 100 reflecting the session startup/resumption status + @rtype: C{int} + + """ return self._progress_status def resume(self, session_name=None, session_list=None, cmd=None, progress_event=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).