From fb4e56989a72c5ea5d750cc61cf1a59dd874007e Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sat, 9 Jul 2005 17:30:02 +0000 Subject: [PATCH] [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-27] remove now-incorrect comment --- forward.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/forward.py b/forward.py index 61532fb..c0f5f75 100755 --- a/forward.py +++ b/forward.py @@ -24,8 +24,6 @@ Sample script showing how to do local port forwarding over paramiko. This script connects to the requested SSH server and sets up local port forwarding (the openssh -L option) from a local port through a tunneled connection to a destination reachable from the SSH server machine. - -It uses SocketServer and select, so may not work on Windows. """ import sys