diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-12 14:35:51 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-12 14:50:05 +0100 |
commit | 03836b00aeddca2fd73f078d7850dc58be632466 (patch) | |
tree | c58ec03330d2bddd1c55cd81e3bfc81016139b3b /pyGHDL/libghdl/vhdl/flists.py | |
parent | f7b6325cb2b4ba5f722b5dceb3b36737a94fba47 (diff) | |
download | ghdl-03836b00aeddca2fd73f078d7850dc58be632466.tar.gz ghdl-03836b00aeddca2fd73f078d7850dc58be632466.tar.bz2 ghdl-03836b00aeddca2fd73f078d7850dc58be632466.zip |
Changed export decorator from pydecor to pyTooling.Decorators
Diffstat (limited to 'pyGHDL/libghdl/vhdl/flists.py')
-rw-r--r-- | pyGHDL/libghdl/vhdl/flists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/libghdl/vhdl/flists.py b/pyGHDL/libghdl/vhdl/flists.py index 9d5b7fdb7..c62296307 100644 --- a/pyGHDL/libghdl/vhdl/flists.py +++ b/pyGHDL/libghdl/vhdl/flists.py @@ -33,7 +33,7 @@ # ============================================================================ from ctypes import c_int32 -from pydecor import export +from pyTooling.Decorators import export from pyGHDL.libghdl._decorator import BindToLibGHDL |