mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 05:06:23 +00:00

Update the list of files installed by "scons install-pytools", dropping Python2 versions and adding their Python3 replacements. This doesn't update any `import` statements, as the tools have already been ported to use the Python3 modules - the scons script was out of date and was still bundling the wrong versions. Note for anyone looking at the history - although most of the current tools have a '3' in the name just to indicate that they're the Python 3 version, there's a double-meaning to that number in wmlparser3.py's name. There was a `wmlparser2.py`, where the `2` indicates a redesign of the original. The data/tools/README.md file was renamed from plain README without being converted to Markdown format. This commit touches about half of that file; headings in that half are updated to be Markdown, but to reduce the diff the other headings aren't updated.