about summary refs log tree commit diff
path: root/scripts/cmd5.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cmd5.py')
-rw-r--r--scripts/cmd5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py
index 8402a2bf..dbdfae82 100644
--- a/scripts/cmd5.py
+++ b/scripts/cmd5.py
@@ -26,7 +26,7 @@ def cstrip(lines):
 
 f = ""
 for filename in sys.argv[1:]:
-	f += cstrip([l.decode("iso8859-1").strip() for l in open(filename, "rb")])
+	f += cstrip([l.strip() for l in open(filename, "rb")])
 
 hash = hashlib.md5(f.encode()).hexdigest().lower()[16:]
 # TODO: refactor hash that is equal to the 0.5 hash, remove when we