Fix manage.py to use python3

Looks like we still have some py2 legacy sheebang that we need fixing.

Change-Id: I44a93385c201ddcd3f5f5de30b8191e401188388
This commit is contained in:
Thomas Goirand 2023-06-08 12:22:39 +02:00
parent 3c5006efb4
commit e85356dfd7
1 changed files with 1 additions and 1 deletions

View File

@ -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