From 68cf5ab063f27e295ec4c63cf015d505d32841b3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 31 Oct 2013 10:50:19 -0700 Subject: [PATCH] Removed an unused import. --- paramiko/kex_gex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/paramiko/kex_gex.py b/paramiko/kex_gex.py index c0455a1..71218ac 100644 --- a/paramiko/kex_gex.py +++ b/paramiko/kex_gex.py @@ -23,7 +23,6 @@ client side, and a B{lot} more on the server side. """ from Crypto.Hash import SHA -from Crypto.Util import number from paramiko.common import * from paramiko import util