aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL')
-rw-r--r--pyGHDL/__init__.py8
-rwxr-xr-xpyGHDL/cli/dom.py1
2 files changed, 4 insertions, 5 deletions
diff --git a/pyGHDL/__init__.py b/pyGHDL/__init__.py
index eb32f03b4..493eb4757 100644
--- a/pyGHDL/__init__.py
+++ b/pyGHDL/__init__.py
@@ -47,11 +47,11 @@ this is provided from a ``pyGHDL`` packages with four sub-packages:
* ``pyGHDL.lsp`` - A `language server protocol <https://en.wikipedia.org/wiki/Language_Server_Protocol>`__ (LSP)
written in Python. The implementation offers an HTTPS service that can be used e.g. by editors and IDEs supporting LSP.
"""
-__author__ = "Tristan Gingold and contributors"
-__email__ = "tgingold@free.fr"
+__author__ = "Tristan Gingold and contributors"
+__email__ = "tgingold@free.fr"
__copyright__ = "2002-2021, Tristan Gingold and contributors"
-__license__ = "GNU General Public License v2"
-__version__ = "2.0.0-dev"
+__license__ = "GNU General Public License v2"
+__version__ = "2.0.0-dev"
from pyTooling.Decorators import export
diff --git a/pyGHDL/cli/dom.py b/pyGHDL/cli/dom.py
index f1f860226..6ba5894fe 100755
--- a/pyGHDL/cli/dom.py
+++ b/pyGHDL/cli/dom.py
@@ -66,7 +66,6 @@ __status__ = "Alpha"
__license__ = ""
-
class SourceAttribute(Attribute):
def __call__(self, func):
self._AppendAttribute(