aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/utils
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-01-02 11:06:06 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-02 17:41:02 +0100
commit244930daabfc871b13dd2fd62d85906e70d6de22 (patch)
treef306fcab208fef3e90a3a5e4df2f21bb8d69643f /pyGHDL/libghdl/utils
parent989a2e2ec89a04c62b127d06ca0fdd1b6a82561b (diff)
downloadghdl-244930daabfc871b13dd2fd62d85906e70d6de22.tar.gz
ghdl-244930daabfc871b13dd2fd62d85906e70d6de22.tar.bz2
ghdl-244930daabfc871b13dd2fd62d85906e70d6de22.zip
Reordered import statments to: std library, global install, current project.
Diffstat (limited to 'pyGHDL/libghdl/utils')
-rw-r--r--pyGHDL/libghdl/utils/__init__.py2
1 files changed, 2 insertions, 0 deletions
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