Move database preparing code out of homserver.py into storage where it belongs

This commit is contained in:
Paul "LeoNerd" Evans 2014-09-10 15:42:15 +01:00
parent 80b5470663
commit ce55a8cc4b
3 changed files with 71 additions and 64 deletions

View file

@ -57,6 +57,7 @@ class BaseHomeServer(object):
DEPENDENCIES = [
'clock',
'http_client',
'db_name',
'db_pool',
'persistence_service',
'replication_layer',