aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-12-30 10:09:40 +0100
committerTristan Gingold <tgingold@free.fr>2020-12-30 10:09:40 +0100
commit56dde6c446367f85882d288d7606015ace7f80ed (patch)
tree940c18588d490a6ae9823c5775483ed626778012
parent708cbe6c1ff75f5bccb09af043577b50982529b9 (diff)
downloadghdl-56dde6c446367f85882d288d7606015ace7f80ed.tar.gz
ghdl-56dde6c446367f85882d288d7606015ace7f80ed.tar.bz2
ghdl-56dde6c446367f85882d288d7606015ace7f80ed.zip
scripts: force use of python3
-rwxr-xr-xscripts/pnodes.py2
-rwxr-xr-xscripts/pnodespy.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pnodes.py b/scripts/pnodes.py
index a5430c879..99fc14809 100755
--- a/scripts/pnodes.py
+++ b/scripts/pnodes.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import re
import sys
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"""