Skip to content

Commit

Permalink
[scripts][python] Move a few more scripts from python2 to python3
Browse files Browse the repository at this point in the history
Turns out they were already python3 safe, so just switch to requested
version over.
  • Loading branch information
travisg committed Jun 1, 2023
1 parent 67a5104 commit 957b903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/stackusage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
import re
Expand Down
2 changes: 1 addition & 1 deletion platform/zynq/mkbootheader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# generates Zynq bootrom header from input payout

Expand Down

0 comments on commit 957b903

Please sign in to comment.