From: Mark Wooding Date: Wed, 13 Mar 2013 02:46:40 +0000 (+0000) Subject: crypto.py: Another missing import. X-Git-Tag: 1.0.0~19 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/commitdiff_plain/cc56a4cff665168128b073b7fddbcec07c3bbe91 crypto.py: Another missing import. --- diff --git a/crypto.py b/crypto.py index 749ac2a..8ad2737 100644 --- a/crypto.py +++ b/crypto.py @@ -23,6 +23,8 @@ ### License along with Chopwood; if not, see ### . +from struct import pack, unpack + ###-------------------------------------------------------------------------- ### The core of MD5.