summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Maia <pmaia@thoughtworks.com>2014-08-18 20:25:31 +0000
committerPatrick Maia <pmaia@thoughtworks.com>2014-08-18 20:25:31 +0000
commit87db5de1a8b06971d68ab6532693cbb981cb53f8 (patch)
tree5587d8972f96ecf18002ea479df46326f71c0635
parent3f616254ba19bd17b6c68b8f105fd0a915162a14 (diff)
removes uses of MailConverter
-rw-r--r--service/app/pixelated_user_agent.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/service/app/pixelated_user_agent.py b/service/app/pixelated_user_agent.py
index 105e9618..80c97bbb 100644
--- a/service/app/pixelated_user_agent.py
+++ b/service/app/pixelated_user_agent.py
@@ -9,14 +9,12 @@ from flask import Response
import app.reactor_manager as reactor_manager
import app.search_query as search_query
from app.adapter.mail_service import MailService
-from app.adapter.mail_converter import MailConverter
from app.adapter.pixelated_mail import PixelatedMail
from app.tags import Tags
app = Flask(__name__, static_url_path='', static_folder='../../web-ui/app')
mail_service = MailService()
-converter = MailConverter(mail_service)
account = None