data/: Explicitly use python3
authorBoyuan Yang <byang@debian.org>
Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)
committerBoyuan Yang <byang@debian.org>
Mon, 20 Sep 2021 19:44:37 +0000 (20:44 +0100)
Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

data/scripts/find_target.py
data/scripts/merge.py
data/scripts/reverse.py
data/scripts/sort.py
data/scripts/sort_all.py

index 4244949c32cffea2e9d5d15970834b286ae53bbb..7b2b4771ee846a071504e3d46c80d1e62b816781 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 import sys
index 680c90e8688bcb789f70763a84b110bdcf65fef4..01fcf511ee9b17344a53880c570c1dddbb8d3fa8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 import codecs
index 746f887d33db95c3952d9de7ea7b2816d792880c..a87ae46747e92397b5aa86aad2316b4e6ef4bf1a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 import sys
index f7d4dc5699e0e56fe05748dd6372f91a14590a35..6ad6e8cb9b024777653ba884d27c5d643515c2b6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 import sys
 
index 20d82fd3c32cc528d2260b97cec2b92e199a915c..11bc4c90efb116cb37a834c7278b1e7cdaa090f2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 import glob
 import sys