[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-161]

integrated laptop work (test commit)
Patches applied:

 * robey@lag.net--2003-public-master-shake/secsh--dev--1.0--base-0
   tag of robey@lag.net--2003-public/secsh--dev--1.0--patch-160

 * robey@lag.net--2003-public-master-shake/secsh--dev--1.0--patch-1
   test commit

 * robey@lag.net--2003-public/secsh--dev--1.0--base-0
   initial import

 * robey@lag.net--2003-public/secsh--dev--1.0--patch-1
   no changes
This commit is contained in:
Robey Pointer 2005-04-16 23:38:22 +00:00
parent 2bdbe28234
commit 18aaff8521
2 changed files with 2 additions and 1 deletions

1
README
View File

@ -230,3 +230,4 @@ v0.9 FEAROW
* why are big files so slow to transfer? profiling needed...
* would be nice to have an ftp-like interface to sftp (put, get, chdir...)

View File

@ -367,7 +367,7 @@ class SubsystemHandler (threading.Thread):
@type name: str
@param server: the server object for the session that started this
subsystem
@rtype server: L{ServerInterface}
@type server: L{ServerInterface}
"""
threading.Thread.__init__(self, target=self._run)
self.__channel = channel