diff options
-rw-r--r-- | paramiko/proxy.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/paramiko/proxy.py b/paramiko/proxy.py index 375c6556..a977b019 100644 --- a/paramiko/proxy.py +++ b/paramiko/proxy.py @@ -16,9 +16,6 @@ # along with Paramiko; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -""" -`.ProxyCommand`. -""" import os from shlex import split as shlsplit |