]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Remove duplicate per-module definitions.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 20 Apr 2024 06:42:24 +0000 (23:42 -0700)
committerBruno Haible <bruno@clisp.org>
Sat, 20 Apr 2024 21:59:29 +0000 (23:59 +0200)
commit544b6f6e1b2cbb2f0f41259e83ce0566d15a4f42
treebcfb9d3c076c3e1123a1ab2bfd4fd19212fb3b46
parent464e9ed364d9f87b7c7d43c54c99149d16b92b69
gnulib-tool.py: Remove duplicate per-module definitions.

* pygnulib/constants.py: Remove duplicate __authors__, __license__, and
__copyright__ definitions.
* pygnulib/GLInfo.py: Use the value of __authors__ and __copyright__
from __init__.py for output.
* pygnulib/*.py: Remove unused references to the constant.py
definitions.
ChangeLog
pygnulib/GLConfig.py
pygnulib/GLEmiter.py
pygnulib/GLError.py
pygnulib/GLFileSystem.py
pygnulib/GLImport.py
pygnulib/GLInfo.py
pygnulib/GLMakefileTable.py
pygnulib/GLModuleSystem.py
pygnulib/GLTestDir.py
pygnulib/constants.py