]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/svg2pstex.py
Fix grammar
[lyx.git] / lib / scripts / svg2pstex.py
index 80f282ec26089d343d0d0aeba0d37c77357bf7d9..ef6ff1d92c22f26ca2c999230d8b97a144ba91ad 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # file svg2pstex.py
@@ -30,6 +30,8 @@
 # This script converts an SVG image to something that latex can process
 # into high quality PostScript.
 
+from __future__ import print_function
+
 import os, sys, re, subprocess
 
 def runCommand(cmd):