use python3

This commit is contained in:
j 2019-08-19 11:27:11 +02:00
parent e4f8ffbf86
commit 65012d34ee
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
from __future__ import print_function from __future__ import print_function
import json import json
import os import os