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 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue