md5 => sha1

This commit is contained in:
Julien Duponchelle 2015-05-28 16:43:34 +02:00
parent 6c121751a1
commit d2318ed1fc

View File

@ -55,9 +55,9 @@ class Image:
@property
def md5sum(self):
"""
Compute a sha1 hash for file
Compute a md5 hash for file
:returns: hexadecimal sha1
:returns: hexadecimal md5
"""
if self._md5sum is None: