Fix python shebang

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

Change-Id: I8658c1e5c6c2c05df69865663a0fca12c12d4568
This commit is contained in:
Takashi Kajinami 2023-10-18 00:45:13 +09:00
parent cd80fc96de
commit 78d8f7f741
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (C) 2014 Yahoo! Inc. All Rights Reserved.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (C) 2014 Yahoo! Inc. All Rights Reserved.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2014 Hewlett-Packard Development Company, L.P.
# Copyright 2014 Samsung Electronics