Fix python shebang

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

Change-Id: If112e3f4389fab8e5954ddf85a00a0615233740c
This commit is contained in:
Takashi Kajinami 2023-10-18 00:51:18 +09:00
parent a85b2e5299
commit cd5a039df3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");

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