Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-19 | Fix dictionary iteration methods | BonfaceKilz | |
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-24 | Remove unreachable conditional | BonfaceKilz | |
* wqflask/base/GeneralObject.py(__getattr__): remove if statement that is unreachable | |||
2020-07-24 | Apply autopep-8 | BonfaceKilz | |
* wqflask/base/GeneralObject.py: Replace tabs with 4 spaces | |||
2016-03-29 | Forgot to add GeneralObject file needed for haplotype analyst in last commit | zsloan | |
2015-03-26 | Removed several unused files from the base folder and their references in ↵ | zsloan | |
other files | |||
2012-06-05 | Ran reindent.py recursively on wqflask directory | Sam Ockman | |
2012-05-24 | Trying to get stuff working under new structure | Sam Ockman | |