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/libraries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL/libghdl/libraries.py') diff --git a/pyGHDL/libghdl/libraries.py b/pyGHDL/libghdl/libraries.py index 625f7fdd1..5dbb89804 100644 --- a/pyGHDL/libghdl/libraries.py +++ b/pyGHDL/libghdl/libraries.py @@ -1,4 +1,4 @@ -from libghdl import libghdl +from pyGHDL.libghdl import libghdl from ctypes import c_int32 Get_Libraries_Chain = libghdl.libraries__get_libraries_chain -- cgit v1.2.3