mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
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:
parent
b0eb1aa147
commit
2f7c9e057a
@ -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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#! /usr/bin/env python
|
||||||
#
|
#
|
||||||
# Copyright (C) 2001 The LyX Team.
|
# Copyright (C) 2001 The LyX Team.
|
||||||
#
|
#
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user