spell out emailpusher full path

This commit is contained in:
Matthew Hodgson 2016-05-05 01:54:12 +01:00
parent 39d0a99972
commit 1cf5c379cb

View File

@ -28,7 +28,7 @@ def create_pusher(hs, pusherdict):
logger.info("email enable notifs: %r", hs.config.email_enable_notifs)
if hs.config.email_enable_notifs:
from emailpusher import EmailPusher
from synapse.push.emailpusher import EmailPusher
PUSHER_TYPES["email"] = EmailPusher
logger.info("defined email pusher type")