aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/str_table.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/libghdl/str_table.py')
-rw-r--r--pyGHDL/libghdl/str_table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/libghdl/str_table.py b/pyGHDL/libghdl/str_table.py
index f87e9db8b..a91268bb4 100644
--- a/pyGHDL/libghdl/str_table.py
+++ b/pyGHDL/libghdl/str_table.py
@@ -34,7 +34,7 @@
#
from ctypes import c_char_p
-from pydecor import export
+from pyTooling.Decorators import export
from pyGHDL.libghdl._types import String8Id
from pyGHDL.libghdl._decorator import BindToLibGHDL