Fix python shebang

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

Change-Id: I13b782ef761c7cd310fca62ab11c7b50023f94f5
This commit is contained in:
Takashi Kajinami 2023-10-18 00:51:44 +09:00
parent 812905b54b
commit 13c189b236
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2013 Hewlett-Packard Development Company, L.P.
# All Rights Reserved.
#