aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/cli/lsp.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-11-01 19:50:26 +0100
committerTristan Gingold <tgingold@free.fr>2021-11-01 21:11:08 +0100
commitbd54ba78c09e2d6ec34b57fe3d992abced185b76 (patch)
treef4f114eaa92e4c9b1f8590b03f35236d502477bf /pyGHDL/cli/lsp.py
parent5665fedba4ec5034df43efdb520b961455c45319 (diff)
downloadghdl-bd54ba78c09e2d6ec34b57fe3d992abced185b76.tar.gz
ghdl-bd54ba78c09e2d6ec34b57fe3d992abced185b76.tar.bz2
ghdl-bd54ba78c09e2d6ec34b57fe3d992abced185b76.zip
pyGHDL/cli/lsp.py: fix --disp-config
Diffstat (limited to 'pyGHDL/cli/lsp.py')
-rw-r--r--pyGHDL/cli/lsp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyGHDL/cli/lsp.py b/pyGHDL/cli/lsp.py
index 581943218..fd9a8834a 100644
--- a/pyGHDL/cli/lsp.py
+++ b/pyGHDL/cli/lsp.py
@@ -43,7 +43,9 @@ from sys import (
stderr as sys_stderr,
exit as sys_exit,
)
+import sys
from os import environ as os_environ, getcwd as os_getcwd
+import os
from pathlib import Path
from pydecor import export