mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 02:44:50 -04:00
Move DictionaryCache
This commit is contained in:
parent
e7768e77f5
commit
c67ba143fa
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
from tests import unittest
|
from tests import unittest
|
||||||
|
|
||||||
from synapse.storage.util.caches import DictionaryCache
|
from synapse.util.dictionary_cache import DictionaryCache
|
||||||
|
|
||||||
|
|
||||||
class DictCacheTestCase(unittest.TestCase):
|
class DictCacheTestCase(unittest.TestCase):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue