From 44ec51aaee9146d7f53b74ccec6c715afc005434 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. --- check-external/unknown-packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check-external') diff --git a/check-external/unknown-packages.py b/check-external/unknown-packages.py index 63f30f4914..094d1d88ae 100755 --- a/check-external/unknown-packages.py +++ b/check-external/unknown-packages.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 import urllib2 import SOAPpy import os -- cgit v1.2.3