1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Roger Shimizu <rosh@debian.org>
Date: Sat, 20 Jun 2020 00:32:06 +0900
Subject: Update python shebang
---
etc/sliding_window_strat_calc.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/sliding_window_strat_calc.py b/etc/sliding_window_strat_calc.py
index 180fcc5..ec80943 100755
--- a/etc/sliding_window_strat_calc.py
+++ b/etc/sliding_window_strat_calc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/python3
# Calculates (P-3)/4: Least significant bit is first
|