From 56dde6c446367f85882d288d7606015ace7f80ed Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 30 Dec 2020 10:09:40 +0100 Subject: scripts: force use of python3 --- scripts/pnodespy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/pnodespy.py') diff --git a/scripts/pnodespy.py b/scripts/pnodespy.py index 962ffa988..69086aecf 100755 --- a/scripts/pnodespy.py +++ b/scripts/pnodespy.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """Like pnodes but output for python""" -- cgit v1.2.3