mirror of https://github.com/libsdl-org/SDL.git
create-release.py uses python3
This commit is contained in:
parent
47411d8007
commit
a851c5b648
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import argparse
|
||||
from pathlib import Path
|
||||
|
|
|
|||
Loading…
Reference in New Issue