Commit 9453e2fd authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 2c928cb7 31a108ae
......@@ -102,7 +102,7 @@ class XMLTagsCheck(TargetCheck):
)
if six.PY2:
text = text.encode('utf-8')
return cElementTree.fromstring(text.encode('utf-8'))
return cElementTree.fromstring(text)
......
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