aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-04 19:12:42 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-23 23:42:30 +0100
commitb32eea0036728b58735783d581df6b2a99fb6171 (patch)
tree48323c023afaff3a9b39188709431c70a19d2ed2 /pyGHDL
parent5823ef28acc87cfbfc655b7e57a933ce1aca7a3c (diff)
downloadghdl-b32eea0036728b58735783d581df6b2a99fb6171.tar.gz
ghdl-b32eea0036728b58735783d581df6b2a99fb6171.tar.bz2
ghdl-b32eea0036728b58735783d581df6b2a99fb6171.zip
Reorganized comment tests.
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/dom/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyGHDL/dom/__init__.py b/pyGHDL/dom/__init__.py
index e9eb89240..12caccc1b 100644
--- a/pyGHDL/dom/__init__.py
+++ b/pyGHDL/dom/__init__.py
@@ -39,8 +39,6 @@ from pyGHDL.libghdl import files_map, name_table
from pyGHDL.libghdl._types import Iir
from pyGHDL.libghdl.vhdl import nodes
-__all__ = []
-
@export
class Position: