musig: change test vector generation code shebang from python to python3

This commit is contained in:
Jonas Nick 2023-07-22 18:10:55 +00:00 committed by Tim Ruffing
parent aa3edea119
commit 394e09ee84

View File

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