Fix import of win_pageant

This commit is contained in:
Scott Maxwell 2013-12-05 11:05:47 -05:00
parent a15d5ba25d
commit 676a30c298
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ class AgentClientProxy(object):
# probably a dangling env var: the ssh agent is gone
return
elif sys.platform == 'win32':
from . import win_pageant
import paramiko.win_pageant as win_pageant
if win_pageant.can_talk_to_agent():
conn = win_pageant.PageantConnection()
else: