File: fix-for-lintian-python3

package info (click to toggle)
vim-latexsuite 1%3A1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,336 kB
  • ctags: 793
  • sloc: xml: 5,179; python: 928; makefile: 92; perl: 59; sh: 14
file content (19 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Use python3 instead of python2 for lintian.
Author: Johann Felix Soden <johfel@debian.org>

--- a/ftplugin/latex-suite/outline.py
+++ b/ftplugin/latex-suite/outline.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 
 # Part of Latex-Suite
 #
--- 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