From 103cb481bc46e9dc8c5ca047b460265b5d68ee32 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Fri, 5 Jun 2015 19:36:08 -0300 Subject: Added creation of input mail from python message That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways. --- service/pixelated/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/pixelated/application.py') diff --git a/service/pixelated/application.py b/service/pixelated/application.py index b63e10fb..55946a5e 100644 --- a/service/pixelated/application.py +++ b/service/pixelated/application.py @@ -26,7 +26,7 @@ from OpenSSL import crypto from pixelated.config import arguments from pixelated.resources import loading_page -from pixelated.config.initialize_leap import initialize_leap +from pixelated.config.leap import initialize_leap from pixelated.config import logger, app_factory -- cgit v1.2.3