checknewer.py: Use python3 shebang

This commit is contained in:
Dominique Leuenberger 2019-08-28 13:52:21 +02:00
parent 30c7a9a268
commit 3d65059281
Signed by untrusted user: dimstar
GPG Key ID: E69F22089B497C99

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2 #!/usr/bin/python3
# check if all packages in a repo are newer than all other repos # check if all packages in a repo are newer than all other repos
from __future__ import print_function from __future__ import print_function