summary refs log tree commit diff
path: root/INSTALL.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-02Update INSTALL.md to say that Python 2 is no longer supported (#5953)Aaron Raimist1-2/+2
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2019-08-30Revert "Add m.id_access_token flag (#5930)" (#5945)Andrew Morgan2-7/+1
This reverts commit 4765f0cfd95f6160f32c75481651d125f343cd58.
2019-08-30 Remove unnecessary parentheses around return statements (#5931)Andrew Morgan81-286/+287
Python will return a tuple whether there are parentheses around the returned values or not. I'm just sick of my editor complaining about this all over the place :)