1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-02 20:42:30 +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:
David Seifert
2022-04-06 19:57:30 +02:00
parent f2987a295f
commit a62b31f43f
63 changed files with 63 additions and 63 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python -u
#!/usr/bin/env python
#
# generate python wrappers from the XML API description
#