annotations: clean up shebang
authorAndrea Righi <andrea.righi@canonical.com>
Mon, 11 Dec 2023 12:10:44 +0000 (13:10 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 11 Dec 2023 12:10:44 +0000 (13:10 +0100)
Get rid of the python shebang where it's not needed.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
kconfig/annotations.py
kconfig/run.py
kconfig/sanitize.py
kconfig/utils.py
kconfig/version.py

index cf028029209d9b14113c5ba6d15ec32a10f5ff7b..9b7152ed0ac2d60ace86dff34ec79e1cf5d59170 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- mode: python -*-
 # python module to manage Ubuntu kernel .config and annotations
 # Copyright © 2022 Canonical Ltd.
index 17760c532ceb8daf8419de31530b09b923b81cc9..0f35772d46ae365a70b52334e5a56a0dd6380559 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
 # -*- mode: python -*-
 # Manage Ubuntu kernel .config and annotations
 # Copyright © 2022 Canonical Ltd.
index 1aa962cbe88c7eb4406c80d75b268033d931ffed..f03b3006fec8c57b8a013dd39a3b4b517185ebe8 100755 (executable)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
 # -*- mode: python -*-
 # Try to automatically sanitize an old annotations file, dropping all the
 # deprecated flags, arbitrary enforcements rules, etc.
index 6dd7250fe7c39fbd98dd791806910379d5861d39..f4ced6b33f4a04954ec8bf7c738b73d9eac58f7d 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- mode: python -*-
 # Misc helpers for Kconfig and annotations
 # Copyright © 2023 Canonical Ltd.
index b0d479a55ccaade1af422464fef6120d2c1cb0ef..da64538b99995e0f03237c3da9ae4086e2a9c112 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- mode: python -*-
 # version of annotations module
 # Copyright © 2022 Canonical Ltd.