]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/gnuplot2pdf.py
Create Chapter 6 Bullets in Additional.lyx and move the bullet section into it; this...
[lyx.git] / lib / scripts / gnuplot2pdf.py
index e7246a3deaedecae2c5c96710ac3966fd93d50ce..3ada4f5ed59161b336c18403122b8f0690c0a55f 100755 (executable)
@@ -1,8 +1,7 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 from subprocess import Popen, PIPE
 from sys import argv, stderr, exit
-import os
 import shutil
 
 if (len(argv) != 3):