]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/commit
Feat(Python3): Rename `html` to `html_output`
authorOleg Broytman <phd@phdru.name>
Sat, 15 Jun 2024 23:12:30 +0000 (02:12 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 22 Jun 2024 03:48:59 +0000 (06:48 +0300)
commit3cf5927966d26713a637e9fb2bb7e9aefed525fe
treefc3203aa6331c578b97f08f8d6ab19856c50ac31
parent00ead935d40917ecfd77bc4b11b1b6e1033ec853
Feat(Python3): Rename `html` to `html_output`

Do not shadow a module from the stdlib.
html/.gitignore [deleted file]
html_output/.gitignore [new file with mode: 0644]
html_output/HTTPResponse.py [moved from html/HTTPResponse.py with 100% similarity]
html_output/Makefile [moved from html/Makefile with 88% similarity]
html_output/Redirect.py [moved from html/Redirect.py with 100% similarity]
html_output/__init__.py [moved from html/__init__.py with 100% similarity]
html_output/html_output.tmpl [moved from html/html.tmpl with 96% similarity]
html_output/redirect.tmpl [moved from html/redirect.tmpl with 76% similarity]
html_output/response.py [moved from html/response.py with 89% similarity]
search-tags.py