Skip to content

Commit 6ed2b3c

Browse files
authored
Merge pull request #3064 from apple/heap.py
Update the heap.py shebang to run under Python 3
2 parents 13f2caa + 08774de commit 6ed2b3c

File tree

1 file changed

+1
-1
lines changed
  • lldb/examples/darwin/heap_find

1 file changed

+1
-1
lines changed

lldb/examples/darwin/heap_find/heap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python3
22

33
#----------------------------------------------------------------------
44
# This module is designed to live inside the "lldb" python package

0 commit comments

Comments
 (0)