aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/__init__.py
AgeCommit message (Collapse)Author
2021-04-30autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133BonfaceKilz
2021-04-30autopep8: Fix E101, E11BonfaceKilz
2021-04-30autopep8: Fix W291, W292, W293, W391BonfaceKilz
2021-04-30autopep8: Fix E301,E302,E303,E304,E305,E306BonfaceKilz
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
2021-04-29Run `sed -i 's/(object)//g'`BonfaceKilz
See: https://is.gd/pL7IJF Ran: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g'
2020-08-19Fix dictionary iteration methodsBonfaceKilz
Run `2to3-3.8 -f dict -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-dict> and <https://stackoverflow.com/questions/17695456/why-does-python-3-need-dict-items-to-be-wrapped-with-list>
2016-06-18Changed file permssions to non-executablePjotr Prins
2013-10-07Worked on logins, session_ids, flash messages, etc.Sam
2012-09-27Worked on getting attributes in the SampleList object to display data ↵Zachary Sloan
properly, changed SampleList from an object list to object
2012-09-26Worked on implementing the extra attributes feature on the trait data pageZachary Sloan
2012-05-24Trying to get stuff working under new structureSam Ockman