diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-24 17:17:52 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-24 17:17:52 -0800 |
commit | e207a4f704472bb0ab5230bdeeac585e99d37dbe (patch) | |
tree | 713c794ccb00ba03430d2fe9343104377c9c8910 | |
parent | ad1fbcce0b115a67cdf461f34bcc34fda1823508 (diff) |
Whitespace
-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__) |