crypto.py: Another missing import.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 13 Mar 2013 02:46:40 +0000 (02:46 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 13 Mar 2013 02:46:40 +0000 (02:46 +0000)
crypto.py

index 749ac2a..8ad2737 100644 (file)
--- a/crypto.py
+++ b/crypto.py
@@ -23,6 +23,8 @@
 ### License along with Chopwood; if not, see
 ### <http://www.gnu.org/licenses/>.
 
+from struct import pack, unpack
+
 ###--------------------------------------------------------------------------
 ### The core of MD5.