[X2go-Commits] python-x2go.git - master (branch) updated: 0.2.1.1-17-g4de963f

X2Go dev team git-admin at x2go.org
Sun Jan 13 02:42:29 CET 2013


The branch, master has been updated
       via  4de963ff56562f3fcb967ba2344d122e825aeb14 (commit)
      from  b1c28c749e6d34ae51d5169e360ba4f3409d1d81 (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 4de963ff56562f3fcb967ba2344d122e825aeb14
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Jan 13 02:44:00 2013 +0100

    fix __doc__ strings

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

Summary of changes:
 x2go/sshproxy.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/x2go/sshproxy.py b/x2go/sshproxy.py
index 4f66123..8252278 100644
--- a/x2go/sshproxy.py
+++ b/x2go/sshproxy.py
@@ -338,7 +338,7 @@ class X2goSSHProxy(paramiko.SSHClient, threading.Thread):
         Retrieve the local IP socket address this SSH proxying tunnel is (about to) bind/bound to.
 
         @return: local IP socket address
-        @rtype: C{int}
+        @rtype: C{str}
 
         """
         return self.local_host
@@ -357,8 +357,8 @@ class X2goSSHProxy(paramiko.SSHClient, threading.Thread):
         """\
         Retrieve the remote IP socket address at the remote end of the SSH proxying tunnel.
 
-        @return: local IP socket address
-        @rtype: C{int}
+        @return: remote IP socket address
+        @rtype: C{str}
 
         """
         return self.remote_host


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