mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-17 07:17:12 +00:00
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 os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
Reference in New Issue
Block a user