From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Wed, 24 Jan 2018 14:32:02 +0100
Subject: Use python3

---
 scripts/find_file_by_chksum.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/find_file_by_chksum.py b/scripts/find_file_by_chksum.py
index 71b7607..86d3f05 100755
--- a/scripts/find_file_by_chksum.py
+++ b/scripts/find_file_by_chksum.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python3
 #
 # This script outputs all files matching a given checksum
 
