From: Luca Boccassi Date: Fri, 24 Apr 2026 14:28:40 +0000 (+0100) Subject: examples/pysolv: switch shebang to python3 X-Git-Tag: 0.7.38~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa535a6ff88b9084cebf7db9012cc7296736cf7;p=thirdparty%2Flibsolv.git examples/pysolv: switch shebang to python3 The example script has been ported to python3 long ago, but the shebang still points to python, which doesn't exist anymore in Ubuntu/Debian and others. --- diff --git a/examples/pysolv b/examples/pysolv index f1827c6c..3585706a 100755 --- a/examples/pysolv +++ b/examples/pysolv @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Copyright (c) 2011, Novell Inc.