summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-24 17:17:52 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-24 17:17:52 -0800
commite207a4f704472bb0ab5230bdeeac585e99d37dbe (patch)
tree713c794ccb00ba03430d2fe9343104377c9c8910
parentad1fbcce0b115a67cdf461f34bcc34fda1823508 (diff)
Whitespace
-rw-r--r--paramiko/transport.py1
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__)