mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
Use portable python shebangs
* In conda or Gentoo Prefix, we don't want to use the system python and instead rely on PATH lookup.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python -u
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# This is the API builder, it parses the C sources and build the
|
# This is the API builder, it parses the C sources and build the
|
||||||
# API formal description in XML.
|
# API formal description in XML.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python -u
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# generate python wrappers from the XML API description
|
# generate python wrappers from the XML API description
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python -u
|
#!/usr/bin/env python
|
||||||
import sys
|
import sys
|
||||||
import libxml2
|
import libxml2
|
||||||
# Memory debug specific
|
# Memory debug specific
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python -u
|
#!/usr/bin/env python
|
||||||
import sys
|
import sys
|
||||||
import libxml2
|
import libxml2
|
||||||
# Memory debug specific
|
# Memory debug specific
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python -u
|
#!/usr/bin/env python
|
||||||
import sys
|
import sys
|
||||||
import string
|
import string
|
||||||
import libxml2
|
import libxml2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python -u
|
#!/usr/bin/env python
|
||||||
import sys
|
import sys
|
||||||
import string
|
import string
|
||||||
import libxml2
|
import libxml2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python -u
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# The exercise of rewriting xsltproc on top of the python
|
# The exercise of rewriting xsltproc on top of the python
|
||||||
# bindings, not complete yet and shows up the things missing
|
# bindings, not complete yet and shows up the things missing
|
||||||
|
Reference in New Issue
Block a user