Ensure old distros do not run python2

This commit is contained in:
ChillerDragon 2023-05-18 08:41:28 +02:00
parent 81cee81e94
commit d491f60937
2 changed files with 2 additions and 2 deletions

View file

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

View file

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