aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/pnodespy.py
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 /scripts/pnodespy.py
parent708cbe6c1ff75f5bccb09af043577b50982529b9 (diff)
downloadghdl-56dde6c446367f85882d288d7606015ace7f80ed.tar.gz
ghdl-56dde6c446367f85882d288d7606015ace7f80ed.tar.bz2
ghdl-56dde6c446367f85882d288d7606015ace7f80ed.zip
scripts: force use of python3
Diffstat (limited to 'scripts/pnodespy.py')
-rwxr-xr-xscripts/pnodespy.py2
1 files changed, 1 insertions, 1 deletions
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"""