[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.2.0.10-63-ge5a1796

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:18:19 CET 2014


The branch, release/0.4.0.x 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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).




More information about the x2go-commits mailing list