summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-01-18 14:24:31 +0000
committerErik Johnston <erik@matrix.org>2016-01-18 14:48:50 +0000
commit2c176e02ae910ce52197539b31f78ae1b1ef4c3c (patch)
tree3754468f707ffbfb9f565eab70ee3c30b974dd00 /synapse
parentRe-enable urnead notifications (diff)
downloadsynapse-2c176e02ae910ce52197539b31f78ae1b1ef4c3c.tar.xz
Make unit tests work
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/push_rule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/push_rule.py b/synapse/storage/push_rule.py

index 1adf28b893..f210e6c14d 100644 --- a/synapse/storage/push_rule.py +++ b/synapse/storage/push_rule.py
@@ -14,7 +14,7 @@ # limitations under the License. from ._base import SQLBaseStore -from synapse.util.caches.descriptors import cached, cachedInlineCallbacks, cachedList +from synapse.util.caches.descriptors import cached, cachedInlineCallbacks from twisted.internet import defer import logging