aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/GeneralObject.py
AgeCommit message (Collapse)Author
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>
2020-07-24Remove unreachable conditionalBonfaceKilz
* wqflask/base/GeneralObject.py(__getattr__): remove if statement that is unreachable
2020-07-24Apply autopep-8BonfaceKilz
* wqflask/base/GeneralObject.py: Replace tabs with 4 spaces
2016-03-29Forgot to add GeneralObject file needed for haplotype analyst in last commitzsloan
2015-03-26Removed several unused files from the base folder and their references in ↵zsloan
other files
2012-06-05Ran reindent.py recursively on wqflask directorySam Ockman
2012-05-24Trying to get stuff working under new structureSam Ockman