[FIX] Wrap werkzeug.utils.escape() to accomodate signature change in 0.9
[odoo/odoo.git] / openerp / addons / test_converter / tests / test_html.py
index 3ef6566..c3fbca1 100644 (file)
@@ -4,9 +4,8 @@ import os
 import xml.dom.minidom
 import datetime
 
-from werkzeug.utils import escape as e
-
 from openerp.tests import common
+from openerp.tools import html_escape as e
 from openerp.addons.base.ir import ir_qweb
 
 directory = os.path.dirname(__file__)