From 244930daabfc871b13dd2fd62d85906e70d6de22 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 2 Jan 2021 11:06:06 +0100 Subject: Reordered import statments to: std library, global install, current project. --- pyGHDL/libghdl/libraries.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pyGHDL/libghdl/libraries.py') diff --git a/pyGHDL/libghdl/libraries.py b/pyGHDL/libghdl/libraries.py index 00841584b..4fc91f062 100644 --- a/pyGHDL/libghdl/libraries.py +++ b/pyGHDL/libghdl/libraries.py @@ -32,9 +32,11 @@ # SPDX-License-Identifier: GPL-2.0-or-later # ============================================================================ # -from pyGHDL.libghdl import libghdl from ctypes import c_int32 +from pyGHDL.libghdl import libghdl + + Get_Libraries_Chain = libghdl.libraries__get_libraries_chain Add_Design_Unit_Into_Library = libghdl.libraries__add_design_unit_into_library -- cgit v1.2.3