Fix python shebang

The current shebang requires /usr/bin/python which is not available in
Ubuntu Jammy by default.

Change-Id: Ife61c418bb3968296f2d2506c425cd3af7a00cc7
This commit is contained in:
Takashi Kajinami 2023-10-18 00:44:50 +09:00
parent c71969ade6
commit 79a2ef23b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env 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