[X2Go-Commits] x2gobroker.git - statusflag (branch) updated: 0.0.0.4-6-g1318e7f

X2Go dev team git-admin at x2go.org
Tue Jun 4 21:09:47 CEST 2013


The branch, statusflag has been updated
       via  1318e7fd87ac003f9547b4a9337f3ea0f1ac1253 (commit)
      from  dca80a8fb0efb3eb45e136ddf541f8074cac93e7 (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:
 x2gobroker/_paramiko.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2gobroker/_paramiko.py b/x2gobroker/_paramiko.py
index 3b93d14..b83cff3 100644
--- a/x2gobroker/_paramiko.py
+++ b/x2gobroker/_paramiko.py
@@ -50,7 +50,7 @@ def _SSHClient_save_host_keys(self, filename):
     @param filename: the filename to save to
     @type filename: str
 
-    @raise IOError: if the file could not be written 
+    @raise IOError: if the file could not be written
 
     """
     # update local host keys from file (in case other SSH clients
@@ -99,7 +99,7 @@ def _HostKeys_load(self, filename):
                     e.hostnames.remove(h)
             if len(e.hostnames):
                 self._entries.append(e)
-    f.close() 
+    f.close()
 
 
 def _HostKeys_add(self, hostname, keytype, key, hash_hostname=True):


hooks/post-receive
-- 
x2gobroker.git (HTTP(S) Session broker for X2Go)

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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).




More information about the x2go-commits mailing list