diff options
author | Yifan Hong <elsk@google.com> | 2021-04-19 13:48:21 -0700 |
---|---|---|
committer | Treehugger Robot <treehugger-gerrit@google.com> | 2021-04-19 22:42:30 +0000 |
commit | 0c71550bf36a8d1590486e480fe2deb7253664cb (patch) | |
tree | c430371aba8ca26aa32eb7e06111d28ad587552b /scripts/update_device.py | |
parent | 265a8e37cf04749645c535d8292b7bccba6ef0cf (diff) |
Update shebang line for update_device.py.
It is no longer python2 compatible.
Test: pass
Change-Id: Ibb0b7aa33ba1be3e2f40893da70f81c858479f7e
Diffstat (limited to 'scripts/update_device.py')
-rwxr-xr-x | scripts/update_device.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_device.py b/scripts/update_device.py index 7313d7c3..f672cda0 100755 --- a/scripts/update_device.py +++ b/scripts/update_device.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (C) 2017 The Android Open Source Project # |