]> git.ipfire.org Git - thirdparty/gnulib.git/commit
gnulib-tool.py: Simplify use of GLModuleTable accessors.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 9 Apr 2024 07:01:49 +0000 (00:01 -0700)
committerBruno Haible <bruno@clisp.org>
Tue, 9 Apr 2024 12:40:05 +0000 (14:40 +0200)
commit7166faa45f70d4fad2de8dc0d76e3db737866cc1
tree245f0500d9e12aef2731184500532259b3dd32c2
parente1e42f46d41317fec807e29194dd1570699fbe5c
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.
ChangeLog
pygnulib/GLImport.py
pygnulib/GLModuleSystem.py