]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/pic2png_eps.py
re-add stuff to math menu
[lyx.git] / lib / scripts / pic2png_eps.py
index 90d868db3c6b506061089fd6de70c205d35ad6a6..1a11e7fe296dcaa1e473561b7e82e7cb8c3bcb79 100644 (file)
@@ -1,9 +1,8 @@
-#!/usr/bin/python
+#! /usr/bin/env python
 # This script converts a raster format picture into a PNG and EPS file
 
 import sys
 import os
-import os.path
 
 if len(sys.argv) > 2:
        pars = sys.argv[2]