synapse-product/synapse/replication
Patrick Cloke 8a4a4186de
Simplify super() calls to Python 3 syntax. (#8344)
This converts calls like super(Foo, self) -> super().

Generated with:

    sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
2020-09-18 09:56:44 -04:00
..
http Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
slave Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
tcp Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00