]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/pic2ascii.py
Try and make convertDefault a little more robust.
[lyx.git] / lib / scripts / pic2ascii.py
index 069fd1bae632efb4fd8f414b5c27af3ac5f25693..b7dd0cc1a8b072e030b36f2322dc24dd8915e402 100644 (file)
@@ -1,10 +1,9 @@
-#!/usr/bin/python
+#! /usr/bin/env python
 # This script converts a raster format picture into an ascii representation
 # with the suffix .asc
 
 import sys
 import os
-import os.path
 import string
 
 pid = os.fork()