]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/convertDefault.py
Replace TeXFiles.sh by TeXFiles.py
[lyx.git] / lib / scripts / convertDefault.py
index c3b7fecd5dc4dd0bac6e14dffa11a5e10cbf90ad..a71af439996fd3d8e021c8f225594684eea3e503 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+# -*- coding: iso-8859-15 -*-
 
 # file convertDefault.py
 # This file is part of LyX, the document processor.
@@ -21,4 +22,3 @@ if os.system(r'convert -depth 8 "%s" "%s"' % (sys.argv[1], sys.argv[2])) != 0:
   print >> sys.stderr, sys.argv[0], 'ERROR'
   print >> sys.stderr, 'Execution of "convert" failed.'
   sys.exit(1)
-