summary refs log tree commit diff
path: root/synapse/util/wheel_timer.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-17Fix a potential bug of UnboundLocalError (#8329)Jonathan de Jong2-5/+9
Replaced with less buggier control flow
2020-09-16Switch metaclass initialization to python 3-compatible syntax (#8326)Jonathan de Jong8-26/+16