annotations: use python3 in the shebang
authorAndrea Righi <andrea.righi@canonical.com>
Fri, 5 May 2023 06:40:17 +0000 (08:40 +0200)
committerAndrea Righi <andrea.righi@canonical.com>
Fri, 5 May 2023 06:40:17 +0000 (08:40 +0200)
Make sure to not depend on python-is-python3 and explicitly use python3
for the main script.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
annotations

index ea6bc9b5157d6c22fa4aa68f65e6d2d51608d4da..86d858611780dfb48ad639d8161db72c09bd3f90 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- mode: python -*-
 # Manage Ubuntu kernel .config and annotations
 # Copyright © 2022 Canonical Ltd.