chiark / gitweb /
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 749ac2aeade1ca6ec8c446617a79be6ac64729d4..8ad2737ee20c5174c659c2fbe7f0411e6777fcb4 100644 (file)
--- a/crypto.py
+++ b/crypto.py
@@ -23,6 +23,8 @@
 ### License along with Chopwood; if not, see
 ### <http://www.gnu.org/licenses/>.
 
 ### License along with Chopwood; if not, see
 ### <http://www.gnu.org/licenses/>.
 
+from struct import pack, unpack
+
 ###--------------------------------------------------------------------------
 ### The core of MD5.
 
 ###--------------------------------------------------------------------------
 ### The core of MD5.