Make run_on_app_dump.py run with python3
Change-Id: I054acf4f25658c66ad4156217009fc48c678374e
diff --git a/tools/run_on_app_dump.py b/tools/run_on_app_dump.py
index 45c1c78..4509656 100755
--- a/tools/run_on_app_dump.py
+++ b/tools/run_on_app_dump.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Copyright (c) 2020, the R8 project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.