aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/GeneralObject.py
AgeCommit message (Expand)Author
2020-08-26Replace "__cmp__" with "__eq__" magic method...* wqflask/base/GeneralObject.py: "__cmp__" is no longer used in python3. See: <https://stackoverflow.com/questions/8276983/why-cant-i-use-the-method-cmp-in-python-3-as-for-python-2> BonfaceKilz
2020-08-19Fix dictionary iteration methods...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> BonfaceKilz
2020-07-24Remove unreachable conditional...* wqflask/base/GeneralObject.py(__getattr__): remove if statement that is unreachable BonfaceKilz
2020-07-24Apply autopep-8...* wqflask/base/GeneralObject.py: Replace tabs with 4 spaces BonfaceKilz
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 oth...zsloan
2012-06-05Ran reindent.py recursively on wqflask directorySam Ockman
2012-05-24Trying to get stuff working under new structureSam Ockman