File: Use-python3-as-interpreter.patch

package info (click to toggle)
wikiextractor 3.0.7-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 380 kB
  • sloc: python: 1,602; sh: 17; makefile: 5
file content (40 lines) | stat: -rw-r--r-- 1,359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
Date: Sun, 22 Sep 2024 23:01:10 +0200
Subject: Use python3 as interpreter

---
 wikiextractor/WikiExtractor.py  | 2 +-
 wikiextractor/cirrus-extract.py | 2 +-
 wikiextractor/extractPage.py    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/wikiextractor/WikiExtractor.py b/wikiextractor/WikiExtractor.py
index 830235d..ad8a331 100755
--- a/wikiextractor/WikiExtractor.py
+++ b/wikiextractor/WikiExtractor.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 # =============================================================================
diff --git a/wikiextractor/cirrus-extract.py b/wikiextractor/cirrus-extract.py
index 71ca605..5620f1b 100755
--- a/wikiextractor/cirrus-extract.py
+++ b/wikiextractor/cirrus-extract.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # =============================================================================
diff --git a/wikiextractor/extractPage.py b/wikiextractor/extractPage.py
index 83b6758..9e7805f 100755
--- a/wikiextractor/extractPage.py
+++ b/wikiextractor/extractPage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # =============================================================================