From 10dc6be45030e92000a82322a6f7c0c838675480 Mon Sep 17 00:00:00 2001 From: nabinhait Date: Fri, 17 Jun 2011 15:42:15 +0530 Subject: [PATCH] event_updates replaced by home --- maintenance/doctype/support_ticket/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/doctype/support_ticket/__init__.py b/maintenance/doctype/support_ticket/__init__.py index ba49f95af31..398ee7f5a48 100644 --- a/maintenance/doctype/support_ticket/__init__.py +++ b/maintenance/doctype/support_ticket/__init__.py @@ -20,7 +20,7 @@ class SupportMailbox(POP3Mailbox): """ Updates message from support email as either new or reply """ - from event_updates import update_feed + from home import update_feed content, content_type = '[Blank Email]', 'text/plain' if mail.text_content: @@ -60,4 +60,4 @@ def get_support_mails(): """ Gets new emails from support inbox and updates / creates Support Ticket records """ - SupportMailbox().get_messages() \ No newline at end of file + SupportMailbox().get_messages()