diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2021-07-02 15:33:46 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2021-07-02 15:33:57 -0700 |
commit | a5c3f10b7527e1aa020d5d05703bb816a3e936fb (patch) | |
tree | 4900d2ac242d21b8c5de7391a72423cfaea96bd8 /lldb/examples/python/crashlog.py | |
parent | bf7f846b683077a8adcb229624082e525870229b (diff) | |
download | llvm-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-x | lldb/examples/python/crashlog.py | 2 |
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. |