File: 0002-use-python3-for-lddtree.py.patch

package info (click to toggle)
pax-utils 1.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 872 kB
  • sloc: ansic: 10,030; python: 687; sh: 444; makefile: 13
file content (18 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Tomasz Buchert <tomasz@debian.org>
Date: Fri, 1 May 2020 11:46:03 +0200
Subject: use python3 for lddtree.py

---
 lddtree.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lddtree.py b/lddtree.py
index 3a41886..f85a0e3 100755
--- a/lddtree.py
+++ b/lddtree.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # PYTHON_ARGCOMPLETE_OK
 # Copyright 2012-2024 Gentoo Foundation
 # Copyright 2012-2024 Mike Frysinger <vapier@gentoo.org>