diff options
Diffstat (limited to 'pyGHDL/dom/Sequential.py')
-rw-r--r-- | pyGHDL/dom/Sequential.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/dom/Sequential.py b/pyGHDL/dom/Sequential.py index 372939b28..35f7b0d4f 100644 --- a/pyGHDL/dom/Sequential.py +++ b/pyGHDL/dom/Sequential.py @@ -32,7 +32,7 @@ # ============================================================================ from typing import Iterable -from pydecor import export +from pyTooling.Decorators import export from pyGHDL.dom.Concurrent import ( WaveformElement, |