소스 검색

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