summary refs log tree commit diff
path: root/synapse/storage/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-10-13 11:41:04 +0100
committerErik Johnston <erik@matrix.org>2015-10-13 11:43:43 +0100
commitec398af41c4d276abb02279efbcbb0aa08a4cbc8 (patch)
treefa6dc255b20b422b6c724d36852317a6ec095a9b /synapse/storage/__init__.py
parentSplit out the schema preparation and update logic into its own module (diff)
downloadsynapse-ec398af41c4d276abb02279efbcbb0aa08a4cbc8.tar.xz
Expose error more nicely
Diffstat (limited to 'synapse/storage/__init__.py')
-rw-r--r--synapse/storage/__init__.py3
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