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/utils/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyGHDL/libghdl/utils/__init__.py') diff --git a/pyGHDL/libghdl/utils/__init__.py b/pyGHDL/libghdl/utils/__init__.py index fce6bcba9..cb9075a3d 100644 --- a/pyGHDL/libghdl/utils/__init__.py +++ b/pyGHDL/libghdl/utils/__init__.py @@ -35,6 +35,8 @@ from ctypes import byref from typing import List, Any, Generator +from pydecor import export + import pyGHDL.libghdl.name_table as name_table import pyGHDL.libghdl.files_map as files_map import pyGHDL.libghdl.vhdl.nodes as nodes -- cgit v1.2.3