aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom/SimplePackage.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/SimplePackage.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/SimplePackage.py')
-rw-r--r--testsuite/pyunit/dom/SimplePackage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/dom/SimplePackage.py b/testsuite/pyunit/dom/SimplePackage.py
index 212e0402d..5b16e74b8 100644
--- a/testsuite/pyunit/dom/SimplePackage.py
+++ b/testsuite/pyunit/dom/SimplePackage.py
@@ -1,7 +1,7 @@
from pathlib import Path
from unittest import TestCase
-from pyGHDL.dom.Misc import Design, Document
+from pyGHDL.dom.NonStandard import Design, Document
if __name__ == "__main__":