diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-07-08 18:24:16 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-07-08 18:27:03 +0200 |
commit | 363010d1a9aa876aa94c81bf56b7db5bff0e3b15 (patch) | |
tree | 213e266cc6dfac2aa08b3f3436c3324c91a80dbe /python/libghdl/thin | |
parent | c904411e863ec9b9d82744cf1ee6d4b1d0dde9d3 (diff) | |
download | ghdl-363010d1a9aa876aa94c81bf56b7db5bff0e3b15.tar.gz ghdl-363010d1a9aa876aa94c81bf56b7db5bff0e3b15.tar.bz2 ghdl-363010d1a9aa876aa94c81bf56b7db5bff0e3b15.zip |
python: add errorout_console, disp_config.
Diffstat (limited to 'python/libghdl/thin')
-rw-r--r-- | python/libghdl/thin/errorout_console.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |