summary refs log tree commit diff
path: root/synapse/storage/engines/postgres.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-10-14 11:40:45 +0100
committerMark Haines <mark.haines@matrix.org>2015-10-14 11:40:45 +0100
commitf50c43464c953b523297f0ecc5acff2c425187eb (patch)
treebd9be856b0112260f3f59a204b530825c9f0458a /synapse/storage/engines/postgres.py
parentAdd a get_invites_for_user method to the storage to find out the rooms a user... (diff)
parentMerge pull request #303 from matrix-org/markjh/twisted_debugging (diff)
downloadsynapse-f50c43464c953b523297f0ecc5acff2c425187eb.tar.xz
Merge branch 'develop' into markjh/v2_sync_api
Diffstat (limited to 'synapse/storage/engines/postgres.py')
-rw-r--r--synapse/storage/engines/postgres.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/engines/postgres.py b/synapse/storage/engines/postgres.py
index 4a855ffd56..98d66e0a86 100644
--- a/synapse/storage/engines/postgres.py
+++ b/synapse/storage/engines/postgres.py
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from synapse.storage import prepare_database
+from synapse.storage.prepare_database import prepare_database
 
 from ._base import IncorrectDatabaseSetup