]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/svg2pdftex.py
Fixes for Japanese documents
[lyx.git] / lib / scripts / svg2pdftex.py
index 941a58776f5e4b58ca07f3c25e056c613269cdcf..86564fac2f27b83f9b525b28cc76db8f65a2ca95 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file svg2pdftex.py
@@ -27,6 +27,8 @@
 #   the real PDF file would be overwritten by a TeX file named outputfile.pdf.
 #
 
+from __future__ import print_function
+
 import os, sys, re, subprocess
 
 def runCommand(cmd):