Commit ed747591 authored by Jérome Perrin's avatar Jérome Perrin

run_my_doc: py3

parent 6743cf3a
......@@ -76,7 +76,7 @@ def extractTest(text):
# Include Macros as it is defined by the user.
testcode += row[0].text
else:
testcode += lxml.html.tostring(row)
testcode += lxml.html.tostring(row, encoding='unicode')
return testcode.strip()
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment