[X2Go-Commits] [python-x2go] 03/03: fix method name

git-admin at x2go.org git-admin at x2go.org
Tue Mar 18 09:43:09 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit 5eea83ae2ba322b79a911a112b1728464b4893ff
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Mar 18 09:42:20 2014 +0100

    fix method name
---
 x2go/backends/profiles/base.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x2go/backends/profiles/base.py b/x2go/backends/profiles/base.py
index 7275869..002124d 100644
--- a/x2go/backends/profiles/base.py
+++ b/x2go/backends/profiles/base.py
@@ -700,7 +700,7 @@ class X2GoSessionProfiles():
         """
         return self._get_server_port(profile_id)
 
-    def _get_server_hostname(self, profile_id):
+    def _get_server_port(self, profile_id):
         """\
         Inherit from this class and provide a way for actually obtaining
         a the server SSH port for a given profile ID.

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git



More information about the x2go-commits mailing list