diff options
author | Erik Johnston <erik@matrix.org> | 2015-10-13 11:41:04 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-10-13 11:43:43 +0100 |
commit | ec398af41c4d276abb02279efbcbb0aa08a4cbc8 (patch) | |
tree | fa6dc255b20b422b6c724d36852317a6ec095a9b /synapse/storage/__init__.py | |
parent | Split out the schema preparation and update logic into its own module (diff) | |
download | synapse-ec398af41c4d276abb02279efbcbb0aa08a4cbc8.tar.xz |
Expose error more nicely
Diffstat (limited to 'synapse/storage/__init__.py')
-rw-r--r-- | synapse/storage/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py index 4be629bff8..48a0633746 100644 --- a/synapse/storage/__init__.py +++ b/synapse/storage/__init__.py @@ -41,9 +41,6 @@ from .end_to_end_keys import EndToEndKeyStore from .receipts import ReceiptsStore -from ._schema_prepare import UpgradeDatabaseException - -__all__ = [UpgradeDatabaseException] import logging |