|
@@ -1,10 +1,12 @@
|
1
|
1
|
from bs4 import BeautifulSoup
|
2
|
2
|
from nose.tools import raises
|
3
|
|
-from tracim.lib.email_processing.checkers import HtmlMailQuoteChecker, \
|
4
|
|
- HtmlMailSignatureChecker
|
|
3
|
+
|
|
4
|
+from tracim.lib.email_processing.checkers import HtmlMailQuoteChecker
|
|
5
|
+from tracim.lib.email_processing.checkers import HtmlMailSignatureChecker
|
5
|
6
|
from tracim.lib.email_processing.parser import ParsedHTMLMail
|
6
|
|
-from tracim.lib.email_processing.models import BodyMailPartType, BodyMailPart, \
|
7
|
|
- BodyMailParts
|
|
7
|
+from tracim.lib.email_processing.models import BodyMailPartType
|
|
8
|
+from tracim.lib.email_processing.models import BodyMailPart
|
|
9
|
+from tracim.lib.email_processing.models import BodyMailParts
|
8
|
10
|
from tracim.tests import TestStandard
|
9
|
11
|
|
10
|
12
|
|