aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/formatting
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-08-23 00:13:43 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-08-23 16:35:37 +0200
commit8fb4da723067b2ff99050f9ef9fc0bbd3c835ef4 (patch)
tree33ad94141fb8c12a870ee9e2e31f81f7c4ac8d56 /pyGHDL/dom/formatting
parent31b289e7cf3d3aa88790823ef70646475f5b14e9 (diff)
downloadghdl-8fb4da723067b2ff99050f9ef9fc0bbd3c835ef4.tar.gz
ghdl-8fb4da723067b2ff99050f9ef9fc0bbd3c835ef4.tar.bz2
ghdl-8fb4da723067b2ff99050f9ef9fc0bbd3c835ef4.zip
Some fixes.
Diffstat (limited to 'pyGHDL/dom/formatting')
-rw-r--r--pyGHDL/dom/formatting/prettyprint.py3
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