aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/chunks.py
AgeCommit message (Collapse)Author
2021-04-30autopep8: Fix E20-E27BonfaceKilz
Run: python -m autopep8 --in-place --recrusive ./ --select\ E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,\ E242,E251,E252,E26,E265,E266,E27 -p 3
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
2020-07-24Remove unused doc-testsBonfaceKilz
* wqflask/utility/chunks.py: Remove test code from module
2016-06-17Removed trailing spaces in .py and .js filesPjotr Prins
2015-05-11Moving pylmm out of the treepjotrp