Conditionally import hashlib (issue #471)
Import hashlib if it is there, otherwise import md5. Adds method file_digest that wraps the logic on which module to invoke.
Showing
Please
register
or
sign in
to comment
Import hashlib if it is there, otherwise import md5. Adds method file_digest that wraps the logic on which module to invoke.