summaryrefslogtreecommitdiff
path: root/paramiko/agent.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-24 17:01:18 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-24 17:01:18 -0800
commit4fb748ccf8743099198daa00265bb38ea096044f (patch)
tree0b01dbdc9181ba66b0287a8ad50bd9bfc1a1c252 /paramiko/agent.py
parent9ae46dcbfaab42b450db410eecd8e7e94183f1b8 (diff)
downloadparamiko-4fb748ccf8743099198daa00265bb38ea096044f.tar.gz
Remove apparently bogus docstring
Diffstat (limited to 'paramiko/agent.py')
-rw-r--r--paramiko/agent.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/paramiko/agent.py b/paramiko/agent.py
index 302d31ec..13d90dbe 100644
--- a/paramiko/agent.py
+++ b/paramiko/agent.py
@@ -171,10 +171,6 @@ class AgentRemoteProxy(AgentProxyThread):
self.__chan = chan
def get_connection(self):
- """
- Class to be used when wanting to ask a local SSH Agent being
- asked from a remote fake agent (so use a unix socket for ex.)
- """
return (self.__chan, None)