ソースを参照

spell out emailpusher full path

Matthew Hodgson 8 年 前
コミット
1cf5c379cb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      synapse/push/pusher.py

+ 1 - 1
synapse/push/pusher.py

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