aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/cli/dom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/cli/dom.py')
-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 b223bdef5..1ec168842 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
# --------------------------------------------------------------------------