Make unit tests work

This commit is contained in:
Erik Johnston 2016-01-18 14:24:31 +00:00
parent 63485b3029
commit 2c176e02ae
3 changed files with 1 additions and 560 deletions

View file

@ -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