aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-05-15 20:45:42 +0200
committerTristan Gingold <tgingold@free.fr>2022-05-15 20:45:42 +0200
commite6c65ec46abed9151e98918740272609cd18baa0 (patch)
treeb1757db643369fb2429e47a3f7ba622274aea603 /pyGHDL
parente42c612298c56f6c4969c3e8d6e71a3e775f1611 (diff)
downloadghdl-e6c65ec46abed9151e98918740272609cd18baa0.tar.gz
ghdl-e6c65ec46abed9151e98918740272609cd18baa0.tar.bz2
ghdl-e6c65ec46abed9151e98918740272609cd18baa0.zip
pyGHDL: tentatively work-around incompatibility with pyTooling
Diffstat (limited to 'pyGHDL')
-rwxr-xr-xpyGHDL/cli/dom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyGHDL/cli/dom.py b/pyGHDL/cli/dom.py
index 1ec168842..b223bdef5 100755
--- a/pyGHDL/cli/dom.py
+++ b/pyGHDL/cli/dom.py
@@ -41,7 +41,7 @@ from pyGHDL.dom import DOMException
from pyGHDL.libghdl import LibGHDLException
from pyTooling.Decorators import export
-from pyTooling.MetaClasses import Singleton
+# from pyTooling.MetaClasses import Singleton
from pyTooling.TerminalUI import LineTerminal, Severity
from pyAttributes import Attribute
from pyAttributes.ArgParseAttributes import (
@@ -120,7 +120,7 @@ class Application(LineTerminal, ArgParseMixin):
# Initialize the Terminal class
# --------------------------------------------------------------------------
- Singleton.Register(LineTerminal, self)
+ # Singleton.Register(LineTerminal, self)
# Initialize DOM with an empty design
# --------------------------------------------------------------------------