1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

Fix gns3server.utils.images in md5sum NameError: name 'log' is not

Fix #268
This commit is contained in:
Julien Duponchelle 2015-07-16 18:56:36 +02:00
parent ddddac426b
commit 5125ddcde4

View File

@ -18,6 +18,8 @@
import os
import hashlib
import logging
log = logging.getLogger(__name__)
def md5sum(path):
"""