Move DictionaryCache

pull/4/merge
Erik Johnston 9 years ago
parent e7768e77f5
commit c67ba143fa
  1. 0
      synapse/util/dictionary_cache.py
  2. 2
      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):

Loading…
Cancel
Save