forked-synapse/synapse/http
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
..
federation
__init__.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
additional_resource.py
client.py
connectproxyclient.py
endpoint.py
matrixfederationclient.py
proxyagent.py
request_metrics.py
server.py
servlet.py
site.py