aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-29 03:22:14 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-29 03:22:14 +0100
commitedaecdb68ca5e0c6e59561b5e93cb3c6d2cb7410 (patch)
tree57d5c95a0e74a683465328175b7035a54e30c19c
parenta58188beb68d5c48993688de07c3bf254c99020d (diff)
downloadghdl-edaecdb68ca5e0c6e59561b5e93cb3c6d2cb7410.tar.gz
ghdl-edaecdb68ca5e0c6e59561b5e93cb3c6d2cb7410.tar.bz2
ghdl-edaecdb68ca5e0c6e59561b5e93cb3c6d2cb7410.zip
Fixed missing import.
-rwxr-xr-xscripts/pnodespy.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/pnodespy.py b/scripts/pnodespy.py
index 0e0f5ba9e..70bcc10a8 100755
--- a/scripts/pnodespy.py
+++ b/scripts/pnodespy.py
@@ -3,6 +3,9 @@
"""Like pnodes but output for python"""
from __future__ import print_function
+
+import sys
+
import pnodes
import re