[FIX] missing import lost during merge

bzr revid: xmo@openerp.com-20131127112908-ldwf1r1ypwx9pepx
This commit is contained in:
Xavier Morel 2013-11-27 12:29:08 +01:00
parent f15b0120e8
commit 765429cfb0
1 changed files with 4 additions and 1 deletions

View File

@ -23,8 +23,11 @@
##############################################################################
import unittest2
from . import test_mail_examples
from lxml import etree
from openerp.tools import html_sanitize, html_email_clean, append_content_to_html, plaintext2html
from . import test_mail_examples
class TestSanitizer(unittest2.TestCase):
""" Test the html sanitizer that filters html to remove unwanted attributes """