diff options
author | 2021-04-26 17:09:36 -0700 | |
---|---|---|
committer | 2021-04-26 17:09:36 -0700 | |
commit | 7cc0e15e4a229f8753eed78b180d2bac28132ebd (patch) | |
tree | 275e94a62f11289fd83ea2c68709520cb99749a7 /tools/warn/warn.py | |
parent | 5e5b52033ce56093b519d0c9caad391d1122a0f2 (diff) |
Use python3
Test: warn.py build.log > warnings.html
Change-Id: I781ea7bfe023ec5af829757c417bc70aba80af0d
Diffstat (limited to 'tools/warn/warn.py')
-rwxr-xr-x | tools/warn/warn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/warn/warn.py b/tools/warn/warn.py index 56e8787d99..cb5daec716 100755 --- a/tools/warn/warn.py +++ b/tools/warn/warn.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # # Copyright (C) 2019 The Android Open Source Project # |