Sanitize python scripts headers

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5246 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2002-09-10 10:14:10 +00:00
parent b0eb1aa147
commit 2f7c9e057a
6 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2002-09-10 José Matos <jamatos@fep.up.pt>
* scripts/*.py: changed all header to
#! /usr/bin/env python
so that python's path is no longer hardcoded.
2002-09-08 John Levon <levon@movementarian.org> 2002-09-08 John Levon <levon@movementarian.org>
* images/math/: add dots XPMs * images/math/: add dots XPMs

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #! /usr/bin/env python
# #
# Copyright (C) 2001 The LyX Team. # Copyright (C) 2001 The LyX Team.
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #! /usr/bin/env python
# This script converts a xfig file into Postscript/LaTeX files # This script converts a xfig file into Postscript/LaTeX files
import sys import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #! /usr/bin/env python
# This is a general wrapper script that will allow # This is a general wrapper script that will allow
# us to maintain security in the external material # us to maintain security in the external material
# insets. # insets.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #! /usr/bin/env python
# This script converts a raster format picture into an ascii representation # This script converts a raster format picture into an ascii representation
# with the suffix .asc # with the suffix .asc

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #! /usr/bin/env python
# This script converts a raster format picture into a PNG and EPS file # This script converts a raster format picture into a PNG and EPS file
import sys import sys