forked-synapse/synapse/replication/slave/storage
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
..
__init__.py Add a slaved events store class 2016-04-06 14:18:35 +01:00
_base.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
_slaved_id_tracker.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
account_data.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
appservice.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
client_ips.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
deviceinbox.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
devices.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
directory.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
events.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
filtering.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
groups.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
keys.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
presence.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
profile.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
push_rule.py Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#8171) 2020-08-26 13:15:20 +01:00
pushers.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
receipts.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
registration.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
room.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
transactions.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00