From c0ab680648a1d803d9e1d7f5e51988a70e5be41a Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 18 Dec 2018 06:32:47 +0100 Subject: files_map: rename Get_Source_File_Directory to Get_Directory_Name. --- src/vhdl/python/libghdl/thin.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vhdl/python/libghdl/thin.py') diff --git a/src/vhdl/python/libghdl/thin.py b/src/vhdl/python/libghdl/thin.py index 3071eaee0..f03d2488d 100644 --- a/src/vhdl/python/libghdl/thin.py +++ b/src/vhdl/python/libghdl/thin.py @@ -106,6 +106,8 @@ class Files_Map: Get_File_Name = libghdl.files_map__get_file_name + Get_Directory_Name = libghdl.files_map__get_directory_name + Get_File_Buffer = libghdl.files_map__get_file_buffer Get_File_Buffer.restype = c_void_p -- cgit v1.2.3