From 363010d1a9aa876aa94c81bf56b7db5bff0e3b15 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 8 Jul 2019 18:24:16 +0200 Subject: python: add errorout_console, disp_config. --- python/libghdl/thin/errorout_console.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/libghdl/thin/errorout_console.py (limited to 'python/libghdl/thin/errorout_console.py') diff --git a/python/libghdl/thin/errorout_console.py b/python/libghdl/thin/errorout_console.py new file mode 100644 index 000000000..877165b70 --- /dev/null +++ b/python/libghdl/thin/errorout_console.py @@ -0,0 +1,3 @@ +from libghdl import libghdl + +Install_Handler = libghdl.errorout__console__install_handler -- cgit v1.2.3