diff options
Diffstat (limited to 'python/libghdl/__init__.py')
-rw-r--r-- | python/libghdl/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/libghdl/__init__.py b/python/libghdl/__init__.py index a733cd1a8..3050a82da 100644 --- a/python/libghdl/__init__.py +++ b/python/libghdl/__init__.py @@ -2,7 +2,7 @@ import ctypes import os from os.path import dirname, join, exists from shutil import which -from libghdl.config import __version__ +from libghdl.version import __version__ def _get_libghdl_name(): |