diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-10-14 11:40:45 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-10-14 11:40:45 +0100 |
commit | f50c43464c953b523297f0ecc5acff2c425187eb (patch) | |
tree | bd9be856b0112260f3f59a204b530825c9f0458a /synapse/storage/engines/postgres.py | |
parent | Add a get_invites_for_user method to the storage to find out the rooms a user... (diff) | |
parent | Merge pull request #303 from matrix-org/markjh/twisted_debugging (diff) | |
download | synapse-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.py | 2 |
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 |