aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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