From 3d650592817fa06a9acc10d63fad48b70a1b9a7a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 28 Aug 2019 13:52:21 +0200 Subject: [PATCH] checknewer.py: Use python3 shebang --- checknewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checknewer.py b/checknewer.py index 71f7db65..f7bd6e94 100755 --- a/checknewer.py +++ b/checknewer.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 # check if all packages in a repo are newer than all other repos from __future__ import print_function