From c586d4473fa6659646a777e68edb6133fadc753b Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Mon, 31 Aug 2020 12:09:57 +0200 Subject: Update hashbang for remaining python2 scripts These are all currently unused, so it's a bit hard to test them when porting them to Python 3. So rather than doing that, let's explicitly mark them as being Python 2. Before porting them we may want to check if they are still useful or if they should be removed instead. --- bin/list-queue | 2 +- bin/mass-bug-filer | 2 +- bin/secmaster.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/list-queue b/bin/list-queue index 2ac1e2f1de..52af2825f7 100755 --- a/bin/list-queue +++ b/bin/list-queue @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # list-queue -- list security-master queue contents # Copyright (C) 2011 Florian Weimer # diff --git a/bin/mass-bug-filer b/bin/mass-bug-filer index 0c1d3d9dec..6b559a5e99 100755 --- a/bin/mass-bug-filer +++ b/bin/mass-bug-filer @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 from __future__ import print_function import sys diff --git a/bin/secmaster.py b/bin/secmaster.py index 91e8c1a721..9ad44ea8e4 100755 --- a/bin/secmaster.py +++ b/bin/secmaster.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # secmaster -- access to data on security-master.debian.org # Copyright (C) 2011 Florian Weimer # -- cgit v1.2.3