From e85356dfd7d5ff98eb370dda9cfac6c11f310e8f Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 8 Jun 2023 12:22:39 +0200 Subject: [PATCH] Fix manage.py to use python3 Looks like we still have some py2 legacy sheebang that we need fixing. Change-Id: I44a93385c201ddcd3f5f5de30b8191e401188388 --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index df691be776..9cdc0039bf 100755 --- a/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain