summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/figdepth.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/gensubfig.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/latexfilter.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/svg2dev.py2
-rwxr-xr-xMaster/texmf-dist/scripts/latex-make/svgdepth.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/latex-make/figdepth.py b/Master/texmf-dist/scripts/latex-make/figdepth.py
index d7a763c796e..264af1bb957 100755
--- a/Master/texmf-dist/scripts/latex-make/figdepth.py
+++ b/Master/texmf-dist/scripts/latex-make/figdepth.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
diff --git a/Master/texmf-dist/scripts/latex-make/gensubfig.py b/Master/texmf-dist/scripts/latex-make/gensubfig.py
index 0c5316d448a..95ae0aadbb7 100755
--- a/Master/texmf-dist/scripts/latex-make/gensubfig.py
+++ b/Master/texmf-dist/scripts/latex-make/gensubfig.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
diff --git a/Master/texmf-dist/scripts/latex-make/latexfilter.py b/Master/texmf-dist/scripts/latex-make/latexfilter.py
index 2fbb14b0248..86fdfdf5d56 100755
--- a/Master/texmf-dist/scripts/latex-make/latexfilter.py
+++ b/Master/texmf-dist/scripts/latex-make/latexfilter.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
"""
diff --git a/Master/texmf-dist/scripts/latex-make/svg2dev.py b/Master/texmf-dist/scripts/latex-make/svg2dev.py
index e3eb96de210..62511eca4ab 100755
--- a/Master/texmf-dist/scripts/latex-make/svg2dev.py
+++ b/Master/texmf-dist/scripts/latex-make/svg2dev.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
from optparse import OptionParser
diff --git a/Master/texmf-dist/scripts/latex-make/svgdepth.py b/Master/texmf-dist/scripts/latex-make/svgdepth.py
index 6f146647b15..71a7c1cc267 100755
--- a/Master/texmf-dist/scripts/latex-make/svgdepth.py
+++ b/Master/texmf-dist/scripts/latex-make/svgdepth.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#coding=utf8
import sys