1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

man: consistently use #!/usr/bin/python

Some files were using that, others weren't. Since those are user-facing
docs, we should use the nice clean form, not the workaround for strange
systems that we use in other places.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2025-07-25 12:06:14 +02:00
parent 0e031d5e0b
commit 0e371ebb12
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python
# SPDX-License-Identifier: MIT-0
"""

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python
# SPDX-License-Identifier: MIT-0
#
# Implement the systemd notify protocol without external dependencies.