1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-12-04 23:40:32 +00:00

Add 3 to python

This commit is contained in:
Mo 2022-08-25 22:05:08 +02:00
parent d52e4791a5
commit a544d0ebda
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
import subprocess
from getpass import getpass

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
import subprocess
from getpass import getpass