diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-21 15:48:35 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-22 12:26:59 +0200 |
commit | ed99fae7f13db8d5c3e95e935e32db825313b56a (patch) | |
tree | 2e58bf9b63f3e3214fc00cda3e8368697539b56b /testsuite/pyunit/dom/Literals.py | |
parent | ec37f2b5efe56d442ea51d3e10d16742f3cd4bce (diff) | |
download | ghdl-ed99fae7f13db8d5c3e95e935e32db825313b56a.tar.gz ghdl-ed99fae7f13db8d5c3e95e935e32db825313b56a.tar.bz2 ghdl-ed99fae7f13db8d5c3e95e935e32db825313b56a.zip |
Prepared handling of functions, types, subtypes and aliases.
Diffstat (limited to 'testsuite/pyunit/dom/Literals.py')
-rw-r--r-- | testsuite/pyunit/dom/Literals.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/dom/Literals.py b/testsuite/pyunit/dom/Literals.py index 7eb80abaa..c542ebfe5 100644 --- a/testsuite/pyunit/dom/Literals.py +++ b/testsuite/pyunit/dom/Literals.py @@ -2,7 +2,7 @@ from pathlib import Path from textwrap import dedent from unittest import TestCase -from pyGHDL.dom.Misc import Design, Document +from pyGHDL.dom.NonStandard import Design, Document from pyGHDL.dom.Object import Constant from pyGHDL.dom.Literal import IntegerLiteral |