diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-08-23 00:13:43 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-08-23 16:35:37 +0200 |
commit | 8fb4da723067b2ff99050f9ef9fc0bbd3c835ef4 (patch) | |
tree | 33ad94141fb8c12a870ee9e2e31f81f7c4ac8d56 /pyGHDL/dom/formatting/prettyprint.py | |
parent | 31b289e7cf3d3aa88790823ef70646475f5b14e9 (diff) | |
download | ghdl-8fb4da723067b2ff99050f9ef9fc0bbd3c835ef4.tar.gz ghdl-8fb4da723067b2ff99050f9ef9fc0bbd3c835ef4.tar.bz2 ghdl-8fb4da723067b2ff99050f9ef9fc0bbd3c835ef4.zip |
Some fixes.
Diffstat (limited to 'pyGHDL/dom/formatting/prettyprint.py')
-rw-r--r-- | pyGHDL/dom/formatting/prettyprint.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyGHDL/dom/formatting/prettyprint.py b/pyGHDL/dom/formatting/prettyprint.py index 6314d37f2..6c0f06061 100644 --- a/pyGHDL/dom/formatting/prettyprint.py +++ b/pyGHDL/dom/formatting/prettyprint.py @@ -43,7 +43,6 @@ from pyGHDL.dom.Concurrent import ( ComponentInstantiation, ConfigurationInstantiation, EntityInstantiation, - OthersGenerateCase, ConcurrentProcedureCall, ) from pyVHDLModel.SyntaxModel import ( @@ -93,7 +92,7 @@ from pyGHDL.dom.InterfaceItem import ( PortSignalInterfaceItem, GenericTypeInterfaceItem, ) -from pyGHDL.dom.Object import Constant, Signal, SharedVariable, File, DeferredConstant +from pyGHDL.dom.Object import Constant, Signal, SharedVariable, File from pyGHDL.dom.Attribute import Attribute, AttributeSpecification from pyGHDL.dom.Subprogram import Procedure from pyGHDL.dom.Misc import Alias |