chiark
/
gitweb
/
~mdw
/
chopwood
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
crypto.py: Another missing import.
[chopwood]
/
crypto.py
diff --git
a/crypto.py
b/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/>.
+from struct import pack, unpack
+
###--------------------------------------------------------------------------
### The core of MD5.