From 86ca7fa163860f6f0f8055c48dde4e5a68fe31c2 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Mon, 11 Dec 2023 13:10:44 +0100 Subject: [PATCH] annotations: clean up shebang Get rid of the python shebang where it's not needed. Signed-off-by: Andrea Righi --- kconfig/annotations.py | 1 - kconfig/run.py | 1 - kconfig/sanitize.py | 1 - kconfig/utils.py | 1 - kconfig/version.py | 1 - 5 files changed, 5 deletions(-) diff --git a/kconfig/annotations.py b/kconfig/annotations.py index cf02802..9b7152e 100644 --- a/kconfig/annotations.py +++ b/kconfig/annotations.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- mode: python -*- # python module to manage Ubuntu kernel .config and annotations # Copyright © 2022 Canonical Ltd. diff --git a/kconfig/run.py b/kconfig/run.py index 17760c5..0f35772 100644 --- a/kconfig/run.py +++ b/kconfig/run.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # -*- mode: python -*- # Manage Ubuntu kernel .config and annotations # Copyright © 2022 Canonical Ltd. diff --git a/kconfig/sanitize.py b/kconfig/sanitize.py index 1aa962c..f03b300 100755 --- a/kconfig/sanitize.py +++ b/kconfig/sanitize.py @@ -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. diff --git a/kconfig/utils.py b/kconfig/utils.py index 6dd7250..f4ced6b 100644 --- a/kconfig/utils.py +++ b/kconfig/utils.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- mode: python -*- # Misc helpers for Kconfig and annotations # Copyright © 2023 Canonical Ltd. diff --git a/kconfig/version.py b/kconfig/version.py index b0d479a..da64538 100644 --- a/kconfig/version.py +++ b/kconfig/version.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- mode: python -*- # version of annotations module # Copyright © 2022 Canonical Ltd. -- 2.31.1