From d2318ed1fc154ca939807d27e25f85f9fb699d8d Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 28 May 2015 16:43:34 +0200 Subject: [PATCH] md5 => sha1 --- gns3registry/image.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gns3registry/image.py b/gns3registry/image.py index 4d4e596..e151853 100644 --- a/gns3registry/image.py +++ b/gns3registry/image.py @@ -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: