[X2go-Commits] python-x2go.git - master (branch) updated: 0.1.1.4-123-ga181afe

X2Go dev team git-admin at x2go.org
Tue Mar 6 12:36:03 CET 2012


The branch, master has been updated
       via  a181afeb662be2a2c6fb39f8216b520041c57059 (commit)
      from  b4189b0632564c023a3edc48a9db5c56c28b740e (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 a181afeb662be2a2c6fb39f8216b520041c57059
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Mar 6 12:36:00 2012 +0100

    __doc__ string fixes

-----------------------------------------------------------------------

Summary of changes:
 x2go/backends/control/_stdout.py |    6 +++---
 x2go/utils.py                    |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index 6353f69..9d59807 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -836,7 +836,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
         C{False} else.
 
         @param session_name: X2Go name of the session to be queried
-        @type session_name: str
+        @type session_name: C{str}
 
         @return: X2Go session running?
         @rtype: C{bool}
@@ -893,7 +893,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
         corresponding session.
 
         @param session_name: X2Go name of the session to be suspended
-        @type session_name: str
+        @type session_name: C{str}
 
         @return: True if the session could be successfully suspended
         @rtype: C{bool}
@@ -933,7 +933,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
         corresponding session.
 
         @param session_name: X2Go name of the session to be terminated
-        @type session_name: str
+        @type session_name: C{str}
 
         @return: True if the session could be successfully terminate
         @rtype: C{bool}
diff --git a/x2go/utils.py b/x2go/utils.py
index 1a3361c..979e645 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -496,7 +496,7 @@ def set_session_window_title(session_window):
     Set title of session window.
 
     @param session_window: session window instance
-    @type session_name: C{obj}
+    @type session_window: C{obj}
 
     """
     if _X2GOCLIENT_OS != 'Windows':
@@ -509,7 +509,7 @@ def raise_session_window(session_window):
     Raise session window.
 
     @param session_window: session window instance
-    @type session_name: C{obj}
+    @type session_window: C{obj}
 
     """
     pass
\ No newline at end of file


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