[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.4-129-gf2e8361

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:30:52 CET 2014


The branch, build-baikal has been updated
       via  f2e8361dc164f7ae5215745fe7d56ac9cf25fca0 (commit)
      from  3dc28f3224ab59dcccb67635b679d726ac0ec00b (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/backends/control/_stdout.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index dfe6d4f..fc345d9 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -122,7 +122,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
         self._remote_home = None
         self._remote_group = {}
 
-        self._server_features = []
+        self._server_features = None
 
         self.locked = False
 
@@ -254,6 +254,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
 
     def query_server_features(self):
         return self._x2go_server_features
+    get_server_features = query_server_features
 
     @property
     def _x2go_remote_home(self):


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