[X2Go-Commits] python-x2go.git - master (branch) updated: 0.4.0.8-8-gb443155

X2Go dev team git-admin at x2go.org
Wed Sep 4 10:59:27 CEST 2013


The branch, master has been updated
       via  b443155cd6b17e5b64f84c41f635a287532cf6bc (commit)
      from  77bf9f678ef56d3ccd60c29eba23840fa095c476 (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 b443155cd6b17e5b64f84c41f635a287532cf6bc
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Sep 4 10:59:22 2013 +0200

    change from empty string to None as default values

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

Summary of changes:
 x2go/backends/control/_stdout.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index fc1deda..733b16d 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -662,8 +662,8 @@ class X2GoControlSessionSTDOUT(paramiko.SSHClient):
     def connect(self, hostname, port=22, username='', password='', pkey=None,
                 key_filename=None, timeout=None, allow_agent=False, look_for_keys=False,
                 use_sshproxy=False, sshproxy_host='', sshproxy_port=22, sshproxy_user='', sshproxy_password='', sshproxy_force_password_auth=False,
-                sshproxy_key_filename='', sshproxy_pkey=None, sshproxy_look_for_keys=False, sshproxy_allow_agent=False,
-                sshproxy_tunnel='',
+                sshproxy_key_filename=None, sshproxy_pkey=None, sshproxy_look_for_keys=False, sshproxy_allow_agent=False,
+                sshproxy_tunnel=None,
                 forward_sshagent=None,
                 unique_hostkey_aliases=None,
                 session_instance=None,


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