summaryrefslogtreecommitdiffstats
path: root/check-external
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2020-08-31 12:09:57 +0200
committerEmilio Pozuelo Monfort <pochu@debian.org>2020-08-31 12:15:53 +0200
commit44ec51aaee9146d7f53b74ccec6c715afc005434 (patch)
tree8c02c17fc3eec9ba84c04699ba7c31c2e01293ec /check-external
parentffe4b15147d826fb9bb7b871ae414f01e508cb64 (diff)
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.
Diffstat (limited to 'check-external')
-rwxr-xr-xcheck-external/unknown-packages.py2
1 files changed, 1 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy