diff options
-rw-r--r-- | paramiko/transport.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py index 74f8f516..d1159eb9 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -73,7 +73,6 @@ class Transport (threading.Thread): `channels <.Channel>`, across the session. Multiple channels can be multiplexed across a single session (and often are, in the case of port forwardings). """ - _PROTO_ID = '2.0' _CLIENT_ID = 'paramiko_%s' % (paramiko.__version__) |