From 490a782eeb5e8e74bb9bf45e61555c54191e7dd0 Mon Sep 17 00:00:00 2001 From: Christophe Oosterlynck Date: Tue, 14 Oct 2008 13:22:59 +0200 Subject: [PATCH] blockcipher.py: removed unused struct import --- src/CryptoPlus/Cipher/blockcipher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CryptoPlus/Cipher/blockcipher.py b/src/CryptoPlus/Cipher/blockcipher.py index 309d391..8c2243f 100644 --- a/src/CryptoPlus/Cipher/blockcipher.py +++ b/src/CryptoPlus/Cipher/blockcipher.py @@ -22,7 +22,6 @@ # ============================================================================= from ..Util import util from array import array -import struct from ..Util.padding import Padding from exceptions import Exception -- 2.11.4.GIT