MatrixSynapse/synapse/util
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
..
caches
__init__.py
async_helpers.py
daemonize.py
distributor.py
file_consumer.py
frozenutils.py
hash.py
httpresourcetree.py
iterutils.py
jsonobject.py
logcontext.py
logformatter.py
manhole.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
metrics.py
module_loader.py
msisdn.py
patch_inline_callbacks.py
ratelimitutils.py
retryutils.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
rlimit.py
stringutils.py
threepids.py
versionstring.py
wheel_timer.py