Commit 7166faa45f70d4fad2de8dc0d76e3db737866cc1

Collin Funk 2024-04-09T00:01:49

gnulib-tool.py: Simplify use of GLModuleTable accessors. * pygnulib/GLModuleSystem.py (GLModuleTable.__getitem__): Remove function. * pygnulib/GLImport.py (GLImport.gnulib_cache, GLImport.gnulib_comp) (GLImport.execute): Use function calls on the GLModuleTable to access module lists instead of using keys to emulate a dictionary.