diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-03 18:28:46 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-03 18:32:36 +0200 |
commit | 8c3ee7c18f21962176668130a923608da1f52928 (patch) | |
tree | f894ad52dcaa2d0777d0974f4093b01ffa91b585 /src/vhdl/python | |
parent | 296a2651cfe3ab9e66ed2562e5599afee3776027 (diff) | |
download | ghdl-8c3ee7c18f21962176668130a923608da1f52928.tar.gz ghdl-8c3ee7c18f21962176668130a923608da1f52928.tar.bz2 ghdl-8c3ee7c18f21962176668130a923608da1f52928.zip |
files_map-editor: add Fill_Text_Ptr.
Diffstat (limited to 'src/vhdl/python')
-rw-r--r-- | src/vhdl/python/libghdl/thin/files_map_editor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/python/libghdl/thin/files_map_editor.py b/src/vhdl/python/libghdl/thin/files_map_editor.py index 27ea6feda..e19317d0e 100644 --- a/src/vhdl/python/libghdl/thin/files_map_editor.py +++ b/src/vhdl/python/libghdl/thin/files_map_editor.py @@ -1,6 +1,6 @@ from libghdl import libghdl -Set_Gap = libghdl.files_map__editor__set_gap Replace_Text = libghdl.files_map__editor__replace_text_ptr +Fill_Text = libghdl.files_map__editor__fill_text_ptr Check_Buffer_Content = libghdl.files_map__editor__check_buffer_content |