The md5 and sha modules are deprecated, so you always get a warning from using the crypto modules. This simple patch fixes them to use the new hashlib module instead.
use hashlib
Thanks - needs a bunch of updates for latest python version.
Log in to post a comment.
use hashlib
Thanks - needs a bunch of updates for latest python version.