[lldb] Update shebang in heap.py and crashlog.py

This commit is contained in:
Jonas Devlieghere 2021-07-02 15:33:46 -07:00
parent bf7f846b68
commit a5c3f10b75
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#----------------------------------------------------------------------
# This module is designed to live inside the "lldb" python package

View File

@ -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.