aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/__init__.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-29 03:24:28 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-29 03:24:28 +0100
commit8977b7432b4cd362795f8dd89a59bc7328d01212 (patch)
tree7ac02000a5adbe2996d80eb776eeaa1f57316c9a /pyGHDL/libghdl/__init__.py
parentedaecdb68ca5e0c6e59561b5e93cb3c6d2cb7410 (diff)
parentdbc0651008b4becac90450038c0f31d590bddbfc (diff)
downloadghdl-8977b7432b4cd362795f8dd89a59bc7328d01212.tar.gz
ghdl-8977b7432b4cd362795f8dd89a59bc7328d01212.tar.bz2
ghdl-8977b7432b4cd362795f8dd89a59bc7328d01212.zip
Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL
Diffstat (limited to 'pyGHDL/libghdl/__init__.py')
-rw-r--r--pyGHDL/libghdl/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/libghdl/__init__.py b/pyGHDL/libghdl/__init__.py
index 4ba7b6b26..da39a4475 100644
--- a/pyGHDL/libghdl/__init__.py
+++ b/pyGHDL/libghdl/__init__.py
@@ -3,7 +3,7 @@ import os
import sys
from os.path import dirname, join, exists, normpath
from shutil import which
-from libghdl.version import __version__
+from pyGHDL.libghdl.version import __version__
def _to_char_p(arg):