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:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
#!/usr/bin/python
|
||||
# SPDX-License-Identifier: MIT-0
|
||||
|
||||
"""
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
#!/usr/bin/python
|
||||
# SPDX-License-Identifier: MIT-0
|
||||
#
|
||||
# Implement the systemd notify protocol without external dependencies.
|
||||
|
Reference in New Issue
Block a user