chiark
/
gitweb
/
~mdw
/
chopwood
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac377b4
)
crypto.py: Another missing import.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 13 Mar 2013 02:46:40 +0000
(
02:46
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 13 Mar 2013 02:46:40 +0000
(
02:46
+0000)
crypto.py
patch
|
blob
|
blame
|
history
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.