aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-04 18:19:52 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-04 18:19:52 +0200
commit76482ce0e7ce6e03bc5e17e217ac6d8b6f075846 (patch)
tree85fb43ca5b3a4aefa781b57a474126171dc3a4cd /python
parente477ba0c50eada497760ba83474318a7e1270a7a (diff)
downloadghdl-76482ce0e7ce6e03bc5e17e217ac6d8b6f075846.tar.gz
ghdl-76482ce0e7ce6e03bc5e17e217ac6d8b6f075846.tar.bz2
ghdl-76482ce0e7ce6e03bc5e17e217ac6d8b6f075846.zip
Move pnodes.py.py to xtools directory.
Diffstat (limited to 'python')
-rwxr-xr-xpython/xtools/pnodespy.py (renamed from python/pnodes/pnodespy.py)3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/pnodes/pnodespy.py b/python/xtools/pnodespy.py
index 4a2859838..641452def 100755
--- a/python/pnodes/pnodespy.py
+++ b/python/xtools/pnodespy.py
@@ -3,9 +3,6 @@
"""Like pnodes but output for python"""
from __future__ import print_function
-import sys
-sys.path.append("../xtools")
-
import pnodes
import re