Home | History | Annotate | Download | only in codereview

Lines Matching defs:md5

2673 # The md5 module was deprecated in Python 2.5.
2675 from hashlib import md5
2677 from md5 import md5
3248 checksum = md5(content).hexdigest()