summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 10:50:19 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 10:50:19 -0700
commit68cf5ab063f27e295ec4c63cf015d505d32841b3 (patch)
tree485e79976fdb78c7149522fa34efe5cc37712d0c
parenta9a5f69c1affae60fd3c390927e0389325f719a1 (diff)
Removed an unused import.
-rw-r--r--paramiko/kex_gex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/paramiko/kex_gex.py b/paramiko/kex_gex.py
index c0455a1f..71218aca 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