mirror of
https://github.com/systemd/systemd
synced 2025-10-05 16:03:15 +02:00
tools: consistently use #!/usr/bin/env python3
It's ugly, but it's better to be consistently ugly.
This commit is contained in:
2
.ycm_extra_conf.py
Normal file → Executable file
2
.ycm_extra_conf.py
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# SPDX-License-Identifier: Unlicense
|
# SPDX-License-Identifier: Unlicense
|
||||||
#
|
#
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
"""Generate sample input for fuzz-bootspec"""
|
"""Generate sample input for fuzz-bootspec"""
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
"""Test wrapper command for driving integration tests."""
|
"""Test wrapper command for driving integration tests."""
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python3
|
||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
# pylint: disable=consider-using-with
|
# pylint: disable=consider-using-with
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
# vi: set tw=110 sw=4 ts=4 et:
|
# vi: set tw=110 sw=4 ts=4 et:
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python3
|
||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
#
|
#
|
||||||
# Note: the no-value-for-parameter here is expected, as the click module
|
# Note: the no-value-for-parameter here is expected, as the click module
|
||||||
|
Reference in New Issue
Block a user