diff options
Diffstat (limited to 'src/vhdl/python/libghdl')
-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 |