mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-25 00:11:19 +02:00
This is a mixed commit that fixes various small issues * print parentheses * 01 is invalid syntax (it was octal in py2) * [x for i in 1, 2] is invalid syntax * six moves Signed-off-by: Adrian Tschira <nota@notafile.com>