aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom/Expressions.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-06-21 15:48:35 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-06-22 12:26:59 +0200
commited99fae7f13db8d5c3e95e935e32db825313b56a (patch)
tree2e58bf9b63f3e3214fc00cda3e8368697539b56b /testsuite/pyunit/dom/Expressions.py
parentec37f2b5efe56d442ea51d3e10d16742f3cd4bce (diff)
downloadghdl-ed99fae7f13db8d5c3e95e935e32db825313b56a.tar.gz
ghdl-ed99fae7f13db8d5c3e95e935e32db825313b56a.tar.bz2
ghdl-ed99fae7f13db8d5c3e95e935e32db825313b56a.zip
Prepared handling of functions, types, subtypes and aliases.
Diffstat (limited to 'testsuite/pyunit/dom/Expressions.py')
-rw-r--r--testsuite/pyunit/dom/Expressions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/dom/Expressions.py b/testsuite/pyunit/dom/Expressions.py
index 13888eb49..a7afb30ba 100644
--- a/testsuite/pyunit/dom/Expressions.py
+++ b/testsuite/pyunit/dom/Expressions.py
@@ -5,7 +5,7 @@ from unittest import TestCase
from pyGHDL.dom.DesignUnit import Package
from pyGHDL.dom import Expression
-from pyGHDL.dom.Misc import Design, Document
+from pyGHDL.dom.NonStandard import Design, Document
from pyGHDL.dom.Symbol import SimpleObjectOrFunctionCallSymbol
from pyGHDL.dom.Object import Constant
from pyGHDL.dom.Expression import InverseExpression