aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-24 10:14:04 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-24 11:48:39 +0100
commit627d081090583be67093bd717cb54d1dde44b58c (patch)
tree3e9b81c057adb450b93b970ae070213af1c35fe8 /pyGHDL/libghdl
parent8b71d31b27837409affbd69842d03f1ae0ea6e29 (diff)
downloadghdl-627d081090583be67093bd717cb54d1dde44b58c.tar.gz
ghdl-627d081090583be67093bd717cb54d1dde44b58c.tar.bz2
ghdl-627d081090583be67093bd717cb54d1dde44b58c.zip
Added missing imports.
Diffstat (limited to 'pyGHDL/libghdl')
-rw-r--r--pyGHDL/libghdl/flags.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyGHDL/libghdl/flags.py b/pyGHDL/libghdl/flags.py
index 26d548cd5..580828d0a 100644
--- a/pyGHDL/libghdl/flags.py
+++ b/pyGHDL/libghdl/flags.py
@@ -33,6 +33,9 @@
# ============================================================================
from ctypes import c_bool, sizeof
+from enum import unique, IntEnum
+
+from pyTooling.Decorators import export
from pyGHDL.libghdl import libghdl