Squashing ants

Er, was there anything else?
This commit is contained in:
Xodetaetl 2014-06-06 14:46:18 +02:00
parent c5b9ede768
commit e188ee9722

View file

@ -15,6 +15,7 @@ def execute(command):
stderr=subprocess.PIPE).communicate()
return stdout.strip()
def get_md5_hash(filename):
"""Return the md5 hash of a file."""
md5 = hashlib.md5()