]> git.lyx.org Git - features.git/blobdiff - lib/scripts/svg2pdftex.py
Assure print function compatibility in python 2.x
[features.git] / lib / scripts / svg2pdftex.py
index 941a58776f5e4b58ca07f3c25e056c613269cdcf..d1e0bf33a81f62182292cb2d26c28a9e75cd98e6 100644 (file)
@@ -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):