]> 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, 15 Jun 2024 23:23:59 +0000 (02:23 +0300)
commit6b8f72d09fb42173a895b00197fa1fb86009fc2f
treea737c801f0d12568cf893b2c2143f58ea3b51622
parent7affd5882b4c0af22bddb5916fae47da166987af
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