This is really not a link as the target can't have a useful docstring, meh

This commit is contained in:
Jeff Forcier 2014-02-24 17:06:25 -08:00
parent c8382442f5
commit 6dcf67a9ad
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class AgentClientProxy(object):
def connect(self): def connect(self):
""" """
Method automatically called by the run() method of the AgentProxyThread Method automatically called by ``AgentProxyThread.run``.
""" """
if ('SSH_AUTH_SOCK' in os.environ) and (sys.platform != 'win32'): if ('SSH_AUTH_SOCK' in os.environ) and (sys.platform != 'win32'):
conn = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) conn = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)