Files
@ e33b17db388d
Branch filter:
Location: kallithea/scripts/whitespacecleanup.sh
e33b17db388d
1.4 KiB
text/x-sh
helpers: move Page/RepoPage to a separate file page.py
The Page and RepoPage classes are not used from templates and thus do not
belong in helpers.
They could have been put in utils.py, but because they are completely
standalone we can easily split them to a separate file.
The Page and RepoPage classes are not used from templates and thus do not
belong in helpers.
They could have been put in utils.py, but because they are completely
standalone we can easily split them to a separate file.