Switch script to Python3

generate_psa_constants.py was accidentally declared with an
implicitly-Python2 shebang.
This commit is contained in:
Gilles Peskine 2019-05-27 18:24:31 +02:00
parent 6f3c30e9db
commit 0bbad741f4

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os
import re
import sys