[X2go-Commits] python-x2go.git - release/0.1.1.x (branch) updated: 0.1.1.4-2-g86ad124
X2go dev team
git-admin at x2go.org
Wed Jul 20 18:37:27 CEST 2011
The branch, release/0.1.1.x has been updated
via 86ad124c31b84e50f436583f5c66d3f54af567ef (commit)
from 6bf24a099e6af1e564176604d8582c508eec1286 (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 86ad124c31b84e50f436583f5c66d3f54af567ef
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Jul 20 18:36:37 2011 +0200
tab fix
-----------------------------------------------------------------------
Summary of changes:
x2go/backends/control/_stdout.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index 4b6c947..b4cb173 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -454,7 +454,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
self.hostname = hostname
self.port = port
- # if we succeed, we immediately grab us an sFTP client session
+ # if we succeed, we immediately grab us an sFTP client session
try:
self.sftp_client = self.open_sftp()
except:
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