diff options
-rw-r--r-- | synapse/util/dictionary_cache.py (renamed from synapse/storage/util/caches.py) | 0 | ||||
-rw-r--r-- | tests/util/test_dict_cache.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/util/caches.py b/synapse/util/dictionary_cache.py index 0877cc79f6..0877cc79f6 100644 --- a/synapse/storage/util/caches.py +++ b/synapse/util/dictionary_cache.py diff --git a/tests/util/test_dict_cache.py b/tests/util/test_dict_cache.py index 8cb9be6581..79bc1225d6 100644 --- a/tests/util/test_dict_cache.py +++ b/tests/util/test_dict_cache.py @@ -17,7 +17,7 @@ from twisted.internet import defer from tests import unittest -from synapse.storage.util.caches import DictionaryCache +from synapse.util.dictionary_cache import DictionaryCache class DictCacheTestCase(unittest.TestCase): |