diff options
author | T Michael Turney <mturney@codeaurora.org> | 2020-01-24 08:42:47 -0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-09 19:27:00 +0000 |
commit | 540b8ecc1e965bbcceb16d46a5ecd51ee693fbea (patch) | |
tree | b019cc7538bec7f80674b91344d9dc6c9e0cb59e /util/qualcomm/qgpt.py | |
parent | b1fa25fab7af09fa90a7a83f283e51358069d333 (diff) | |
download | coreboot-540b8ecc1e965bbcceb16d46a5ecd51ee693fbea.tar.xz |
trogdor: update python scripts for python3
Change-Id: I46525243729c1dbcd30b346d4603452eea14ad9d
Signed-off-by: T Michael Turney <mturney@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38558
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'util/qualcomm/qgpt.py')
-rwxr-xr-x | util/qualcomm/qgpt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/qualcomm/qgpt.py b/util/qualcomm/qgpt.py index 0b096b9cf5..fbf6d103df 100755 --- a/util/qualcomm/qgpt.py +++ b/util/qualcomm/qgpt.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 #============================================================================ # #/** @file qgpt.py |