[scripts][python] Move a few more scripts from python2 to python3
Turns out they were already python3 safe, so just switch to requested version over.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
import re
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# generates Zynq bootrom header from input payout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user