File: 01-Update-python-shebang.patch

package info (click to toggle)
golang-github-henrydcase-nobs 0.1%2Bgit20200305.7d891c7-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,928 kB
  • sloc: asm: 6,587; makefile: 53; python: 38
file content (18 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
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