]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
examples/pysolv: switch shebang to python3 618/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Fri, 24 Apr 2026 14:28:40 +0000 (15:28 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 24 Apr 2026 14:28:40 +0000 (15:28 +0100)
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.

examples/pysolv

index f1827c6cc55e09947072e5053a750e20a05501ca..3585706a3f5b46003013378023d4b56b9565e918 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 #
 # Copyright (c) 2011, Novell Inc.