1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Wed, 24 Jan 2018 14:32:02 +0100
Subject: Use python3
Forwarded: not-needed
---
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
|