File: fix-for-lintian-python3

package info (click to toggle)
vim-latexsuite 1%3A1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 5,424 kB
  • sloc: xml: 5,159; python: 906; makefile: 92; perl: 59; sh: 14
file content (29 lines) | stat: -rw-r--r-- 847 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
From: Johann Felix Soden <johfel@debian.org>
Date: Fri, 5 Feb 2021 10:25:00 +0100
Subject: Use python3 instead of python2 for lintian.

---
 doc/db2vim/textutils.py         | 2 +-
 ftplugin/latex-suite/outline.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/db2vim/textutils.py b/doc/db2vim/textutils.py
index 34160f4..d97dd8c 100644
--- a/doc/db2vim/textutils.py
+++ b/doc/db2vim/textutils.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 """Contains functions to do word-wrapping on text paragraphs."""
 
 import random
diff --git a/ftplugin/latex-suite/outline.py b/ftplugin/latex-suite/outline.py
index ed72b34..d25b7f0 100755
--- a/ftplugin/latex-suite/outline.py
+++ b/ftplugin/latex-suite/outline.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Part of Latex-Suite
 #