diff options
author | tgingold <tgingold@users.noreply.github.com> | 2022-12-31 13:53:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-31 13:53:58 +0100 |
commit | 9521df67d938896f71c2ca284720b131879406d6 (patch) | |
tree | 0dfa358d3e7eb78393518395e3b3ebcc066be8e8 /pyGHDL/dom/Literal.py | |
parent | da0cd6274648094a7ab8876cc59f7ac05b8d56e7 (diff) | |
parent | 882563d217d364d38a362d39bc34b7a6f16ce726 (diff) | |
download | ghdl-9521df67d938896f71c2ca284720b131879406d6.tar.gz ghdl-9521df67d938896f71c2ca284720b131879406d6.tar.bz2 ghdl-9521df67d938896f71c2ca284720b131879406d6.zip |
Merge pull request #2289 from Paebbels/paebbels/pyVHDLModel-updates
Updates due to pyVHDLModel Enhancements
Diffstat (limited to 'pyGHDL/dom/Literal.py')
-rw-r--r-- | pyGHDL/dom/Literal.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyGHDL/dom/Literal.py b/pyGHDL/dom/Literal.py index c054273c4..e8a87bc19 100644 --- a/pyGHDL/dom/Literal.py +++ b/pyGHDL/dom/Literal.py @@ -48,8 +48,6 @@ from pyGHDL.libghdl.vhdl import nodes from pyGHDL.dom import DOMMixin from pyGHDL.dom._Utils import GetNameOfNode -__all__ = [] - @export class NullLiteral(VHDLModel_NullLiteral, DOMMixin): |