From bd54ba78c09e2d6ec34b57fe3d992abced185b76 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 1 Nov 2021 19:50:26 +0100 Subject: pyGHDL/cli/lsp.py: fix --disp-config --- pyGHDL/cli/lsp.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyGHDL/cli') 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 -- cgit v1.2.3