forked-synapse/synapse/replication/slave
Richard van der Hoff 6cfee09be9 Make __init__ consitstent across Store heirarchy
Add db_conn parameters to the `__init__` methods of the *Store classes, so that
they are all consistent, which makes the multiple inheritance work correctly
(and so that we can later extract mixins which can be used in the slavedstores)
2017-11-13 10:46:07 +00:00
..
storage Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
__init__.py