From 7788d84b06b72c874043541011840f95472ce6e9 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 5 Jun 2019 20:32:22 +0200 Subject: python: export Enable_Warning. --- src/vhdl/python/libghdl/thin/errorout.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vhdl/python/libghdl/thin/errorout.py') diff --git a/src/vhdl/python/libghdl/thin/errorout.py b/src/vhdl/python/libghdl/thin/errorout.py index 5a79a5534..809cc919e 100644 --- a/src/vhdl/python/libghdl/thin/errorout.py +++ b/src/vhdl/python/libghdl/thin/errorout.py @@ -1,3 +1,7 @@ +from libghdl import libghdl + +Enable_Warning = libghdl.errorout__enable_warning + class Msgid: -- cgit v1.2.3