From: Michael Tremer Date: Thu, 10 Jun 2021 15:44:29 +0000 (+0000) Subject: Update script interpreters to Python 3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bb7e4e7558cce663380760ba16a03d15ab0cc17;p=pbs.git Update script interpreters to Python 3 Signed-off-by: Michael Tremer --- diff --git a/src/scripts/pakfire-build-service b/src/scripts/pakfire-build-service index 1ea3e5d6..d54b7839 100644 --- a/src/scripts/pakfire-build-service +++ b/src/scripts/pakfire-build-service @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import sys diff --git a/src/scripts/pakfire-hub b/src/scripts/pakfire-hub index 4845a006..05cd94a9 100644 --- a/src/scripts/pakfire-hub +++ b/src/scripts/pakfire-hub @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import tornado.ioloop import tornado.options diff --git a/src/scripts/pakfire-web b/src/scripts/pakfire-web index c035cca1..404644e4 100644 --- a/src/scripts/pakfire-web +++ b/src/scripts/pakfire-web @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import tornado.ioloop import tornado.options