[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 2b25b15c90cf861d8f20bb5ab8706fbf82f7124e

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


The branch, release/0.4.0.x has been updated
       via  2b25b15c90cf861d8f20bb5ab8706fbf82f7124e (commit)
      from  afe877606a79bc7b03749dd351ac20d2888e1a91 (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/client.py |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/x2go/client.py b/x2go/client.py
index 1f5233f..e6db32c 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -242,10 +242,10 @@ class X2goClient(object):
         Retrieve the complete X2goSession object that has been 
         registry under the given sesion registry hash.
 
-        @param profile_id: the X2go session's UUID registry hash
-        @type profile_id: str
+        @param session_uuid: the X2go session's UUID registry hash
+        @type session_uuid: str
 
-        @return: the L{X2goSession} object
+        @return: the L{X2goRegisteredSession} instance
         @rtype: obj
 
         """
@@ -256,7 +256,7 @@ class X2goClient(object):
     def __get_session_name(self, session_uuid):
         """\
         Retrieve the server-side X2go session name for the session that has
-        been registered under C{profile_id}.
+        been registered under C{session_uuid}.
 
         @param session_uuid: the X2go session's UUID registry hash
         @type session_uuid: str


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