aboutsummaryrefslogtreecommitdiff
path: root/lldb/examples/python/crashlog.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2021-07-02 15:33:46 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2021-07-02 15:33:57 -0700
commita5c3f10b7527e1aa020d5d05703bb816a3e936fb (patch)
tree4900d2ac242d21b8c5de7391a72423cfaea96bd8 /lldb/examples/python/crashlog.py
parentbf7f846b683077a8adcb229624082e525870229b (diff)
downloadllvm-a5c3f10b7527e1aa020d5d05703bb816a3e936fb.zip
llvm-a5c3f10b7527e1aa020d5d05703bb816a3e936fb.tar.gz
llvm-a5c3f10b7527e1aa020d5d05703bb816a3e936fb.tar.bz2
[lldb] Update shebang in heap.py and crashlog.py
Diffstat (limited to 'lldb/examples/python/crashlog.py')
-rwxr-xr-xlldb/examples/python/crashlog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/examples/python/crashlog.py b/lldb/examples/python/crashlog.py
index 45f7d01..a7b2d3b 100755
--- a/lldb/examples/python/crashlog.py
+++ b/lldb/examples/python/crashlog.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#----------------------------------------------------------------------
# Be sure to add the python path that points to the LLDB shared library.