summary refs log tree commit diff
path: root/synapse/rest/client/v1/base.py
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2016-11-11 17:47:03 +0000
committerKegan Dougal <kegan@matrix.org>2016-11-11 17:47:03 +0000
commit8ecaff51a147948f977e745bace697ffcba6595b (patch)
tree208132fde37a52f8daf3faac052f92bc2abd2d8b /synapse/rest/client/v1/base.py
parentMore flake8 (diff)
downloadsynapse-8ecaff51a147948f977e745bace697ffcba6595b.tar.xz
Review comments
Diffstat (limited to 'synapse/rest/client/v1/base.py')
-rw-r--r--synapse/rest/client/v1/base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/rest/client/v1/base.py b/synapse/rest/client/v1/base.py
index 22c740c30c..07ff5b218c 100644
--- a/synapse/rest/client/v1/base.py
+++ b/synapse/rest/client/v1/base.py
@@ -18,7 +18,8 @@
 
 from synapse.http.servlet import RestServlet
 from synapse.api.urls import CLIENT_PREFIX
-from .transactions import HttpTransactionCache
+from synapse.rest.client.transactions import HttpTransactionCache
+
 import re
 
 import logging