From 474ace1ca4d53a4853825a2bc140b5a65e4542db Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 17 Jan 2012 12:24:25 -0800 Subject: [PATCH] Forgot to re-add import, derp --- ssh/agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh/agent.py b/ssh/agent.py index e613531..8cad6e9 100644 --- a/ssh/agent.py +++ b/ssh/agent.py @@ -25,6 +25,7 @@ import socket import struct import sys import threading +import time import tempfile import stat import fcntl