From 1c38bc3933ba4e469811c5898b9aeae896e23afc Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 29 Dec 2020 02:40:13 +0100 Subject: pyGHDL/libghdl: fix absolute imports --- pyGHDL/libghdl/errorout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL/libghdl/errorout.py') diff --git a/pyGHDL/libghdl/errorout.py b/pyGHDL/libghdl/errorout.py index af0da5fc6..5819970b5 100644 --- a/pyGHDL/libghdl/errorout.py +++ b/pyGHDL/libghdl/errorout.py @@ -1,4 +1,4 @@ -from libghdl import libghdl +from pyGHDL.libghdl import libghdl Enable_Warning = libghdl.errorout__enable_warning -- cgit v1.2.3