Switch script to Python3
generate_psa_constants.py was accidentally declared with an implicitly-Python2 shebang.
This commit is contained in:
parent
6f3c30e9db
commit
0bbad741f4
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user