mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Assure print function compatibility in python 2.x
(cherry picked from commit eb2dbb8b09
)
This commit is contained in:
parent
1961052a2e
commit
67fc95d8cd
@ -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):
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user